Re: [S2] Adding a Tab Dynamically

2007-01-17 Thread Musachy Barroso
How is it different? Feel free to log a ticket. regards musachy André Faria wrote: Is the a way to add tag dynamically in tabbedPane... I am triyng this way: var tabContainer = dojo.widget.byId("tabbedPane"); var url = 'person.action'; var cp = dojo.widget.createWidget("Bin

[S2] Adding a Tab Dynamically

Is the a way to add tag dynamically in tabbedPane... I am triyng this way: var tabContainer = dojo.widget.byId("tabbedPane"); var url = 'person.action'; var cp = dojo.widget.createWidget("BindDiv", {label:'Persons', executeScripts:true, parseContent:true, extractCont