Sha256: ac137d0bc63abac2b8f1bc4ea7a4ab5dd5e8cddff05eadd2473e98de82bdfa55

Contents?: true

Size: 692 Bytes

Versions: 14

Compression:

Stored size: 692 Bytes

Contents

<div class='form-group-sm'>
  <label class='col-sm-2 control-label' for='formGroupInputSmall'>
    {{param['name']}}
  </label>
  <textarea class='customParam' {{"required title='#{param['name']} is Required!'" if param["required"]}} type='text' name='{{param['name']}}' placeholder='{{"Enter value here" if param["required"]}}' style='height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; max-width: 70%; max-height: 500px; min-height: 34px; min-width: 212px; font-weight:normal;' />{{"#{param["options"]}"}}</textarea>
  % if param["required"]
    *
  % end
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
kaya-0.0.14 lib/kaya/view/custom/params/text.mote
kaya-0.0.13 lib/kaya/view/custom/params/text.mote
kaya-0.0.12 lib/kaya/view/custom/params/text.mote
kaya-0.0.11 lib/kaya/view/custom/params/text.mote
kaya-0.0.10 lib/kaya/view/custom/params/text.mote
kaya-0.0.9 lib/kaya/view/custom/params/text.mote
kaya-0.0.8 lib/kaya/view/custom/params/text.mote
kaya-0.0.7 lib/kaya/view/custom/params/text.mote
kaya-0.0.6 lib/kaya/view/custom/params/text.mote
kaya-0.0.5 lib/kaya/view/custom/params/text.mote
kaya-0.0.4 lib/kaya/view/custom/params/text.mote
kaya-0.0.3 lib/kaya/view/custom/params/text.mote
kaya-0.0.2 lib/kaya/view/custom/params/text.mote
kaya-0.0.1 lib/kaya/view/custom/params/text.mote