I'm new to Umbraco, but have a been programming ASP.NET MVC for some time now. I also want to thank those people who doing a great work with making umbraco.
I got this problem that have bothering me for some days now. I'm coding a site with umbraco 7.0.4 in VS.
The trouble I'm having is, how that I haven't be able to find a solution yet on how to make dynamic tabs with additional content in. And I have both search here on the forum and on google.
I need to make a subpage with some content, and in the bottom of I need a Tabs with more content in them.
Example:
tab 1: Description
tab 2: Before/after pictures
tab 3: brochures
and so on...
I have made these tabs and generics properties, in the Document Type: Subpage
Tab: Content - with these generic properties:
property: Title
property: Content
Tab: Additional - with these generic properties:
property: Description
property: BeforeAfterPictures
property: Brochure
I have implemented a Macropartials in my Subpage: SubpageNavItem
What i need is for the Tabs to show the additional information to the user, without the hole page reloading for each click on a tab. I also want to avoid making children document types, to make the backoffice page more userfriendly and I have a contentVerticalList(Menu) which shows all children pages of the site.
I'm not sure if the best solution would be to do some Tabs with JQuery, ajax or if there is a plugin that would work for what I want to achive.
Tabs in content
Hey Umbracians,
I'm new to Umbraco, but have a been programming ASP.NET MVC for some time now. I also want to thank those people who doing a great work with making umbraco.
I got this problem that have bothering me for some days now. I'm coding a site with umbraco 7.0.4 in VS.
The trouble I'm having is, how that I haven't be able to find a solution yet on how to make dynamic tabs with additional content in. And I have both search here on the forum and on google.
I need to make a subpage with some content, and in the bottom of I need a Tabs with more content in them.
Example:
tab 1: Description
tab 2: Before/after pictures
tab 3: brochures
and so on...
I have made these tabs and generics properties, in the Document Type: Subpage
Tab: Content - with these generic properties:
property: Title
property: Content
Tab: Additional - with these generic properties:
property: Description
property: BeforeAfterPictures
property: Brochure
I have implemented a Macropartials in my Subpage: SubpageNavItem
And the Subpage:
What i need is for the Tabs to show the additional information to the user, without the hole page reloading for each click on a tab. I also want to avoid making children document types, to make the backoffice page more userfriendly and I have a contentVerticalList(Menu) which shows all children pages of the site.
I'm not sure if the best solution would be to do some Tabs with JQuery, ajax or if there is a plugin that would work for what I want to achive.
Something like this http://www.sunsean.com/idTabs/#usual
I hope someone with more experince and knowledge in umbraco can guide me in the right direction.
Best Regards
Benjamin
Solved it, Bootstrap and JQuery tabs, Worked the way I needed it for the site.
is working on a reply...