标签:extjs
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‘);
可以通过setZindex来使相应的控件的前后。。
标签:extjs
原文地址:http://blog.csdn.net/youhan26/article/details/43015231