Closed (fixed)
Project:
Magic Tabs
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2008 at 22:38 UTC
Updated:
7 Nov 2008 at 06:37 UTC
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
Comment #1
yhager commentedThere'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.
Comment #2
yhager commentedI updated the README to reflect this clarification.