how to launch ext.window, using ext?
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.
精彩评论