I’ve already done a toolbar with buttons that have a dropdown menu but I need more submenu levels. It’s possible to do that? Example:
-
toolbarbutton ->
- menu 1 lv 1
- menu 2 lv 1
- menu 3 lv 1->
- submenu 1 lv 2
- submenu 2 lv 2
- menu 4 lv 1
and so on…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at this example! You can achieve using the Ext.menu.Menu class.
Here is an Example: