2010-12-03 8 views

Répondre

0
var mask = new Ext.LoadMask(Ext.getBody(), {msg:"Please wait..."}); 

// Editor grid Panel 
var editorGrid = new Ext.grid.EditorGridPanel 
({ 
     store: store, 
     cm: cm, 
     renderTo: 'editor-grid', 
     loadMask : mask 
}); 

pour plus d'informations:

LoadMask

Questions connexes