Closed (works as designed)
Project:
SigmaOne
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2013 at 12:37 UTC
Updated:
13 Feb 2013 at 12:58 UTC
How to add accordion, vertical tabs, ... in node?
Comments
Comment #1
duckzland commentedAccordion / vertical tabs in 7.x-2.x version will only be for internal sigmaone core & plugin uses only for things such as formatting a node / field is not supported.
Basically you will need to format the element that you want to be an accordion / vertical tabs then call in jQueryUI javascript and bind the element, it will format the element to be an accordion / vertical tabs.
Most likely you will need to do php coding in node.tpl.php or preprocess_node function.
Or you can try to find modules that perform those thing for you, I only know paid version of vt_superslider module which can handle those thing but maybe there is a free alternative out there?.
Comment #2
Peter76 commentedThanks for the answer.
Comment #3
duckzland commented