Sha256: 8e85f8526852d878c750b76d2cc885edaaaea66c4397aa3cb894e4bfb38a545a
Contents?: true
Size: 329 Bytes
Versions: 6
Compression:
Stored size: 329 Bytes
Contents
<select style='width:100%' class='wf_input' name='wf_v<%=index%>_0' id='wf_v<%=index%>_0' onChange='wfFilter.fieldChanged(this)'> <% container.options.each do |option| %> <option <%= "selected" if option.last == container.value %> value="<%=option.last%>"> <%=option.first%> </option> <% end %> </select>
Version data entries
6 entries across 6 versions & 1 rubygems