I need a drop down like following using yii.
Main
---Main-sub1
----- main-sub-sub1
----- main-sub-sub2
------- main-sub-sub-sub1
---Main-sub2
---Main-sub3
........
In this, all levels must be selectable because I may add more sub levels to any main category if needed at any time. So main categories also must be selectable.
Please help!