Login Register

Help with TabContainer - New to Dojo

Hi there

I am very new to Dojo & Dijit & would appreciate help.

I need to build a page with a few tabs, pref. defined in an XML. Could someone point me/share some how-to & examples.

Thanks in advance.

Puneet

The "from xml" bit would

The "from xml" bit would likely be the most difficult. There is dojox.xml parser, which you can use to programatically parse the XML then create Tabs accordingly.

http://docs.dojocampus.org/dijit/layout/TabContainer-examples
http://docs.dojocampus.org/dijit/layout/TabContainer

Hope this helps

Regards,
Peter Higgins

Thanks Peter. Appreciate the

Thanks Peter. Appreciate the prompt response.