开发者

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

开发者 https://www.devze.com 2023-01-28 12:05 出处:网络
How to adding custom mess开发者_JS百科age to loading map in grid? ExtJs 3.*var mask = new Ext.LoadMask(Ext.getBody(), {msg:\"Please wait...\"});

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

精彩评论

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