开发者

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

How to adding custom mess开发者_JS百科age to 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜