Sha256: 5d5fdf2204199fa5fd7d87c0792e8599e386e08863eabfb5d8265437916cd059
Contents?: true
Size: 921 Bytes
Versions: 27
Compression:
Stored size: 921 Bytes
Contents
<% i ||= 0 %> <div style="border: 1px solid #f0f0f0;"> <table width="100%"> <col width="70" /><col width="*" /><col width="80" /> <tr> <td>Tag <%= i.to_i + 1 %>:</td> <td> <%= text_field(:page_objects, "#{key}-sources-tag#{i}", :class => 'form', :style => 'margin: 0; border: 1px solid gray; width: 100%;') %> <div id="page_objects_<%= key %>-sources-tag<%= i %>_auto_complete" class="auto_complete" style="display: none;"></div> <%= javascript_tag "new Autocompleter.Local('page_objects_#{key}-sources-tag#{i}', 'page_objects_#{key}-sources-tag#{i}_auto_complete', taglist, { frequency: 0.1, minChars: 1 })" %> </td> <td> <%= select(:page_objects, "#{key}-sources-tag#{i}-behavior", [ 'include', 'exclude', 'require' ], {}, :class => 'form', :style => 'margin: 0; border: 1px solid gray; width: 100%;') %> </td> </tr> </table> </div>
Version data entries
27 entries across 27 versions & 1 rubygems