Skip to content

Commit

Permalink
ExtJS: show spinner on every request.
Browse files Browse the repository at this point in the history
  • Loading branch information
jone committed Dec 6, 2012
1 parent f222100 commit 664475b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/HISTORY.txt
Expand Up @@ -5,6 +5,9 @@ Changelog
1.8.3 (unreleased)
------------------

- ExtJS: show spinner on every request.
[jone]

- Add a seperate goto_page table function, so that we can
change the page in ExtJS withou recreating the table.
[jone]
Expand Down
4 changes: 4 additions & 0 deletions ftw/table/browser/ftwtable.extjs.js
Expand Up @@ -131,6 +131,10 @@ Ext.state.FTWPersistentProvider = Ext.extend(Ext.state.Provider, {

listeners: {

beforeload: function(store, options) {
jQuery.tabbedview.show_spinner();
},

datachanged: function(store) {
if (typeof(store.reader.jsonData.static_html) != 'undefined'){
$.each(store.reader.jsonData.static_html, function(key, value) {
Expand Down

0 comments on commit 664475b

Please sign in to comment.