Postponed (maintainer needs more info)
Project:
Magic Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2008 at 10:07 UTC
Updated:
7 Oct 2008 at 17:03 UTC
Is it possible to add support for CCK ??
linking field_tab to field_tab_content?
Comments
Comment #1
yhager commentedThat's a great idea, and a nice addon to the module. Thanks.
Could you add more details on how you see this working?
Comment #2
chasz commentedhi thanks for replying :D
You would need 2 CCK fields: one for the title and one for the content
when u add a CCK field, it is retrieved with field_fieldname, which can have an array listing all the tab titles
if you can connect subsequent fields with field_fieldname_content_array[#] to each field_fieldname_array[#] then u can set up the AJAX
i hope that s not too confusing and doable :D
Comment #3
yhager commentedHow about having just one field, with title and content widget (I hope it can be done in CCK). If you set the field to have multiple values, then each additional value is another tab, with title and content.
It all sounds fascinating. Can you think of use cases that will justify the development?
One thing I can think of is that it will let the non-programmer create tabs with a simple and well known UI (CCK's).
Comment #4
chasz commentedi would use it instead of the book content type, at least make the story contenttype more flexible
Comment #5
yhager commentedIt would take more than this simple design to replace the book module IMO
Comment #6
chasz commentedthis gives pagination that the book module offers.....who is in charge of the book module...i would like to change the layout :D
Comment #7
chasz commentedCCK has a fieldgroup option setting u can use as a tab title.....which leaves the CCK field to contain the content to be AJAX'ed ;)