Closed (won't fix)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 May 2009 at 02:53 UTC
Updated:
24 May 2009 at 00:06 UTC
Hi,
This request is a complete pipe dream, but it would be really nice to have draggable/reorderable tabs.
An example of how this could be useful is as such:
1. CCK module creates a tab for each instance of field.
2. Tabs are dragged to re-order weights of field instances.
Just a dream, but figured it's best to get the though out there for whenever someone has some free time.
Cheers,
Deciphered.
Comments
Comment #1
quicksketchVertical tabs will obey the original order of the fields within the form, so you can rearrange the fields in admin/content/node-type/x/fields and Vertical tabs will render in that same order. I don't think there's any need to make the tabs themselves draggable in any way. Any fields that aren't already orderable should be made orderable by implementing hook_content_extra_fields().
Comment #2
dmitrig01 commented