753 Posts in 312 Topics by 289 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1110 Views |
-
Tabs in a Widget

11 August 2009 at 3:30am
Is it possible to add tabs in widgets?
function getCMSFields()
{
$fields = parent::getCMSFields();
$fields->addFieldToTab('Root.Test', new TextField('BannerTitel', 'BannerTitel'));
return $fields;
}Gives the error: FATAL ERROR: FieldSet::addFieldToTab() Tried to add a tab to a FieldSet object - 'Root' didn't exist.
-
Re: Tabs in a Widget

13 August 2009 at 2:01am
I would also like to know if this is possible - currently working on trying to get tabs operational in a widget area.
The path I have taken is to employ jQuery UI tabs in place of the built in ones - so far it's worked ok.
| 1110 Views | ||
|
Page:
1
|
Go to Top |

