Displaying 2 results from an estimated 2 matches for "busy_indicator".
2008 May 09
1
csv file transfer with form_remote_tag?
...v file can take
quite a bit of time, so I want to provide a busy indicator for my user.
So I tried the following in my view:
<% form_remote_tag ( :url =>{:action => ''all_open''},
         :update => "test" ,
         :before => "Element.show(''busy_indicator'')",
         :complete => "Element.hide(''busy_indicator'')") do %>
          <%= submit_tag ''Save Report'', {:name => ''save_report''} %>
<% end %>
which only updates the "test" div, as I expec...
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
...uot;content_node_" + content_id,
            editor_textarea: "editor_textarea_" + content_id,
            editor: "editor_" + content_id,
            edit_button: "edit_text_" + content_id,
            save_button: "save_text_" + content_id,
            busy_indicator: "busy_indicator_" + content_id
          };
          // Then turn the object into a hash.
          var content_and_editor_variables_hash =
$H(content_and_editor_variables);
          // Return the hash.
          return content_and_editor_variables_hash;
        }
        function edi...