Hello,
I'm using the PanelBar and my problem is that when i have UL elements imbricated in others UL elements, the UL children have the PanelBar functionnality activated althought i don't want it so.
Code example (i don't want the UL with the "NOT-EXPANDABLE" class to be used as a PanelBar) :
Thanks a lot for your help !
I'm using the PanelBar and my problem is that when i have UL elements imbricated in others UL elements, the UL children have the PanelBar functionnality activated althought i don't want it so.
Code example (i don't want the UL with the "NOT-EXPANDABLE" class to be used as a PanelBar) :
<ul class="expandable"> <li> Projects <ul> <li> Sales Forecasts <ul class="NOT-EXPANDABLE"> <li>Q1 Forecast</li> <li>Q2 Forecast</li> <li>Q3 Forecast</li> <li>Q4 Forecast</li> </ul> </li> <li>Sales Reports</li> </ul> </li></ul>Thanks a lot for your help !