Active
Project:
Tabs (jQuery UI tabs)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2010 at 19:36 UTC
Updated:
10 Mar 2011 at 15:14 UTC
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
The tabs render but all the content is displayed and does not hide when a tab is clicked.
Any Help would be appreciated.
Comments
Comment #1
Makku01 commented+1