How to adding custom message to loading map in grid? ExtJs 3.* -


how adding custom message loading map in grid? extjs 3.*

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 }); 

for more information :

loadmask


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -