Closed (fixed)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2009 at 11:40 UTC
Updated:
4 Feb 2010 at 15:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
avpadernoThis is what I get, so far (see the attached screenshot).
After the shown fieldset, there are again the form fields added by Nodewords, rendered from Vertical tabs.
Comment #2
avpadernoIt seems I have problems on attaching the image (it is just 70 KB).I will then describe what I get.
The module Nodewords add a fieldset
This seems a particular case, but it could happen on every form where Nodewords add its own form fields.
I guess I should add the support for Vertical tabs only in the forms created by Nodewords.
Is this a known issue?
Comment #3
dave reidNeed screenshot
Comment #4
dave reidNote you can also pass an array of fieldset element names in vertical_tabs_add_vertical_tabs() to control which fieldsets are vertical-tabizied.
Comment #5
avpadernoI am sorry for the screenshot; it seems that sometimes I cannot add attachments.
This time I was able to add it.
Comment #6
avpadernoWhat it is not visible in the screenshot is what I was talking of in the comment #2; the form fields the module adds are duplicated at the bottom of the form, right before the buttons.
Comment #7
dave reidHmm... I thought it was possible to do vertical tabs inside vertical tabs... looking into it.
Comment #8
dave reidComment #9
dave reidUX standards say don't use vertical tabs inside vertical tabs. So don't do it. :)