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:
> <script>
> var tabContainer = dojo.widget.byId("tabbedPane");
> var url = 'person.action';
> var cp = dojo.widget.createWidget("BindDiv", {label:'Persons',
> executeScripts:true, parseContent:true, extractContent:true, href:url,
> id:'personTab' });
> tabContainer.addChild(cp);
> </script>
>
> That's works but the result is not the same that when using
> <s:tabbedPane><s:div>...
>
> Regards,
> Andr? Faria
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)