This question is locked. New answers and comments are not allowed.
Hi. I've been trying but I'm unable to find a client-side "ExpandAll" for your TabPanel.
For the moment, I'm using this:
| var panel = $('#myPanel').data("tPanelBar"); |
| for (i = 0; i < 3; i++) { |
| var item = $('> li', panel.element)[i]; |
| panel.expand(item); |
| } |
... for my 3 fixed tabs panel, but I think it would be cool that you could do:
| $('#myPanel').data("tPanelBar").expandAll(); |
Will you implement this in future releases??
Thanks!