| http://www.w3.org/ns/prov#value | - In my application there is a button to dynamically create panels.varnPnl:Window = new Window;nPnl.type= CSXSWindowType.PANEL;nPnl.x = 100;nPnl.y = 100;nPnl.width = 400;nPnl.height = 400;nPnl.title = Window child; nPnl.open();How can I do to panel look like as the tab near the main window, next to the extension window's tab.
|