开发者

how to launch ext.window, using ext?

开发者 https://www.devze.com 2023-03-31 16:19 出处:网络
I want to launch a ext.window in a browser. What is the best way to handle this or do this? The c开发者_Go百科atch is window should use

I want to launch a ext.window in a browser. What is the best way to handle this or do this? The c开发者_Go百科atch is window should use

Ext.layout.BorderLayout?


window = new Ext.Window({layout: 'border'}).show()

You'd need to be a bit more specific about your problem to get more specific answer.

0

精彩评论

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