Extjs 设置控件 z-index 层次

Ext.Msg.show({     title:'Request Failed',     msg:"Error, The request was not found in the database",     icon: Ext.MessageBox.ERROR,     buttons: Ext.Msg.OK }); Ext.MessageBox.getDialog().getEl().setStyle('z-index','80000');
 
var p = new Ext.Panel({....});
p.getEl().setStyle('z-index','80000');
 
转载

你可能感兴趣的:(database,ExtJs)