简体   繁体   中英

extjs message box show

I am using the Extjs Messagebox in my application. When the Message box appears on screen, it appears at below other window. How can i show message box on top of other windows. i'm using extjs ver: 3.4.0

this is my screen shot: 在此处输入图片说明

尝试

(function () { yourGridWindow.toBack();}).defer(100);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM