Displaying 1 result from an estimated 1 matches for "enablehighlight".
2006 Mar 09
1
Rails File Upload w/ Ajax Update?
...<% if !@resources.empty? %>
<%= render :partial => ''resource'', :collection => @resources,
:locals => { :hidden => false } %>
<% else %>
<% # Do not remove the following TR, it is needed to load up
the even row color when enableHighlighting is turned on and the list
is empty %>
<tr class="even ignore" style="display: none;">
<td colspan="<%= num_columns %>"></td>
</tr>
<% end %>
</tbody>
</table>
# javascript (based on AjaxSca...