Hi all , I want to create a tab page with unlimited tabs. The only way I can think is create a document type to a first tab and then create a another document type to add other tabs .
In first tab page template call content of other tabs and generate html to build jquery tab page.
Is there any other way in umbraco 7 that I can use only one document type to achieve this ?
Nested Content from Umco. You create can create all the document types you like, for you different tabs, and then within the same property you can add and remove them. Alternatively Archetype, which is the same thing give or take.
best practice to generate jquery tabbed web pages
Hi all , I want to create a tab page with unlimited tabs. The only way I can think is create a document type to a first tab and then create a another document type to add other tabs . In first tab page template call content of other tabs and generate html to build jquery tab page.
Is there any other way in umbraco 7 that I can use only one document type to achieve this ?
Nested Content from Umco. You create can create all the document types you like, for you different tabs, and then within the same property you can add and remove them. Alternatively Archetype, which is the same thing give or take.
I have achieved what I wants using below code in template.
I have tab document type and Tab Page Item page and both document types has tab name text field and content grid.
and in permissions I allow tab page Item allow child on tab page.
then in template I have added below code and It generate by tabs
is working on a reply...