Sha256: c687b9dbb41f665306c42afebb970a14a6d58030c43f4b81649bef323d339db2

Contents?: true

Size: 831 Bytes

Versions: 76

Compression:

Stored size: 831 Bytes

Contents

<?
  # no_label: used in section custom params > list (representation)
?>
% disabled = 'disabled="disabled"' if no_label
<div class='form-group'>
   % unless no_label
    <label class='col-sm-2 control-label' for='formGroupInputSmall'>{{param["name"]}}</label>
  % end
  % if task_form
    <textarea {{disabled}} class='customParam' {{"required title='#{param['name']} is Required!'" if param["required"]}} type='text' placeholder='{{"Enter value here" if param["required"]}}'  />{{"#{param["value"]}"}}</textarea>
  % else
    <textarea {{disabled}} class='customParam' {{"required title='#{param['name']} is Required!'" if param["required"]}} type='text' name='{{param['name']}}' placeholder='{{"Enter value here" if param["required"]}}'  />{{"#{param["value"]}"}}</textarea>
  % end
  % if param["required"]
    *
  % end
</div>

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
mutx-0.2.9 lib/mutx/view/custom-params/types/text.mote
mutx-0.2.8 lib/mutx/view/custom-params/types/text.mote
mutx-0.2.7 lib/mutx/view/custom-params/types/text.mote
mutx-0.2.6 lib/mutx/view/custom-params/types/text.mote
mutx-0.2.5 lib/mutx/view/custom-params/types/text.mote
mutx-0.2.4 lib/mutx/view/custom-params/types/text.mote
mutx-0.2.3 lib/mutx/view/custom-params/types/text.mote
mutx-0.2.2 lib/mutx/view/custom-params/types/text.mote
mutx-0.2.1 lib/mutx/view/custom-params/types/text.mote
mutx-0.2.0 lib/mutx/view/custom-params/types/text.mote
mutx-0.1.69 lib/mutx/view/custom/params/text.mote
mutx-0.1.68 lib/mutx/view/custom/params/text.mote
mutx-0.1.67 lib/mutx/view/custom/params/text.mote
mutx-0.1.66 lib/mutx/view/custom/params/text.mote
mutx-0.1.65 lib/mutx/view/custom/params/text.mote
mutx-0.1.64 lib/mutx/view/custom/params/text.mote
mutx-0.1.63 lib/mutx/view/custom/params/text.mote
mutx-0.1.62 lib/mutx/view/custom/params/text.mote
mutx-0.1.61 lib/mutx/view/custom/params/text.mote
mutx-0.1.60 lib/mutx/view/custom/params/text.mote