Hi all,
I have a big problem that makes me go crazy ... I want to add into a popup window a "Ext Dependency Builder" component ... using the components here: "http://extjs.com/deploy/ext/docs/index.html"
dialog = new Ext.LayoutDialog("name1", {layout parameters})
where "name1" is the name of a div on my main jsp page.
I need to add a Ext.BorderLayout("name2", {layout parameters}) So I guess I should use another div with id="name2" ... does div name2 be included in name1 or how should I use them???
any help / exemples would be greatly appreciated :)
Thx!