Vertical Tab Panel Maya Li  2012-01-11 08:28
Status: Closed
 
LabKey's latest release 11.3 uses vertical tab panel for some multi-stepped tasks such as module upgrade. It happens to be something that could be very useful for me. Do you have the tabPanel Javascript API open for file-based module developers?

Thanks!
 
 
Matthew Bellew responded:  2012-01-11 09:02
I'm pretty sure we don't have a javascript version of this. It's just static markup that's wrapped around the page. see wizardTemplate.jsp
 
Maya Li responded:  2012-01-11 09:56
WizardTemplate.jsp doesn't seem to provide any helpful hints. Static markup will work pretty well.
 
Ben Bimber responded:  2012-01-11 09:59
hi maya,

matt's right that the tabs in the wizard are not ext. i think in general we'd try to avoid having something like a generic tabpanel in our API; however, i did a little looking and it seems that you might be able to use something like GroupTabPanel:

http://examples.ext.net/#/TabPanel/GroupTabPanel/Overview/

There is an Ext4 one that seems to be semi-official (although it's still called 'ux') that I would recommend exploring to see if it works.