This seems to be an interesting module I would love to integrate in the new website of our school. But I have to admit, that for the first time I am not able just to try a module working.

Would anybody who already stepped further explain a little bit more detailed how to generate a page showing those nice, magic tabs? Already in the beginning of the readme.txt, which is at the same time the documentation, I don't understand you must create a callback. - How do I create such a callback? And how do I get it work together with a node?

Comments

yhager’s picture

There's no UI in this module. You have to code your tabs in PHP.

A callback is a function that will be called at a later time. Magic tabs are implemented as AJAX, i.e. the tab is loaded from the server only when the user clicks it (see the demo). The function that generates the content for this tab is the said callback.

If you are a coder, and you have more questions, please do ask. If you are not a coder, I suggest you look at http://drupal.org/project/quicktabs - which has a UI for tabs creation.

yhager’s picture

Status: Active » Closed (fixed)

I updated the README to reflect this clarification.