Hi all,

I would like to be able to do the following:

The content area should be tabbed, say tab1, tab2, tab3 and tab4. Within the tabs there should be nodes, say node1 in tab1, node2 in tab2, etc. Now it would be nice, if it was possible to edit a node without leaving the tab. To be more precise, it should be possible to replace node1 in tab1 with the node1 edit form. Then the user can edit node1, click save and then the edit form in tab1 again gets replaced back by the updated node1.

Is there a module which can do this?

Thank you very much!

Michi

Comments

marcvangend’s picture

I usually go to drupalmodules.com when searching for a module: http://drupalmodules.com/search/node/tabs.

Adam S’s picture

I don't know why you want to do that, to create edit tabs like the tabs in Dreamweaver. It would only take up a lot of server and bandwidth resources slowing you down a lot in the end.

However, this is a very visitile module quick tabs http://drupal.org/project/quicktabs which with a little creativity help you create tabbed nodes.

Nodes already have tabs on them, view, edit, revision, track, ect.... Sounds complicated.

tobi20’s picture

Thank you very much!