Hi,
I am using the module vertical tabs (http://drupal.org/project/vertical_tabs) and really like it.
My novice question: the vertical tabs are present in the form but if I want to have the similar vertical tabs while viewing the node how would I do it. I guess the groupfield which is marked as vertical tab should be shown as a vertical tabs while viewing the node.
Vertical tabs makes it easier to create really big forms and viewing the created node should also be equally user friendly. Would really appreciate if someone can please provide pointers. The answer might have to do with theming but not sure.
thanks,
M
Comments
Comment #1
manishgarg commentedwondering if anyone has a solution yet. So far I am managing with css customizations, but that is complicating now
Comment #2
dave reidNot sure how possible this would be. The way Vertical Tabs works is it works on form array structures (from drupal_get_form), but displaying content is different from forms.
Comment #3
dave reidYeah, this is just not possible.
Comment #4
manishgarg commentedThanks for the responses. I am now using Yahoo tabs and it all works.