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

quicksketch’s picture

Vertical 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().

dmitrig01’s picture

Status: Active » Closed (won't fix)