Displaying 1 result from an estimated 1 matches for "show_add_entry".
2006 Apr 30
1
link_to_remote possible with :class AND progress indicators?
...<code>
<span id="loader" style="display:none;">
<%= image_tag "spinner.gif" %></span>
<strong><%= link_to_remote(''Add Entry'', {:update => ''add-entry'',
:url => { :action => "show_add_entry" }},
:loading => "Element.show(''loader'')",
:complete => "Element.hide(''loader'')",
:class => "create") %></strong>
</code>
It seems that I can either have a :class styling t...