Posted by countrdd on December 10, 2010 at 7:36pm
2 followers
Jump to:
| Project: | Tabs (jQuery UI tabs) |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I am trying to create a tabs of static information in custom module I am developing. I know I am missing something stupid (noob here).
I ahve this in my _theme hook
'order' => array(
'template' => 'order',
'arguments' => array(
'form' => NULL,
'storename' => NULL,
),
Have added this in from the demo code into the tpl.php
test 1
test 2
test3
The tabs render but all the content is displayed and does not hide when a tab is clicked.
Any Help would be appreciated.
Comments
#1
+1