By Drupal_ on
Is there a way to create tabbed view (Not table view). I want to have tabs for the fields and not the list view or table view. How can I do that.
Thanks
Is there a way to create tabbed view (Not table view). I want to have tabs for the fields and not the list view or table view. How can I do that.
Thanks
Comments
How to create tabs
When I need to create a tab with some content I build a custom module implementing menu hook with MENU_LOCAL_TASK. You can read about it in Drupal API docs or examine Drupal sources.
Created custom
Created custom node-content-"cck".tpl.php for my cck and put the tabs for the fields directly there. Not sure if there was any better way, but it works well for me.