I'm trying to add a panel via Ext to an application that wasn't built using ext. I want the panel to be docked to the right of the screen and to be co开发者_JAVA技巧llapable / expandable. Is this possible considering I haven't built the rest of the app in Ext?
Cheers.
It is possible but might require a lot work. Basically you'd need to use Ext.layout.BorderLayout
layout and put your panel in east
region of it, and the original content in center
region.
精彩评论