ListOptions Nested Multi-Level Menu?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
konfuzion
User
Posts: 378

ListOptions Nested Multi-Level Menu?

Post by konfuzion »

In ListOptions_Load, is it possible to create multi-level menu?

ie.

Default Menu (Button Dropdown)
~~~
View
Edit
Copy
--------
SUPERMENU(Level1) -> myCustomCopy(Level2) -> Copy Record DbField -2(Level3)
                                          -> Copy Record DbField -1(Level3)
                                          -> Copy Record DbField +1(Level3)
                                          -> Copy Record DbField +2(Level3)

arbei
User
Posts: 9356

Post by arbei »

It is not supported by the ListOptions class, but since you can set your own HTML to the Body of the List Option, you may do that if you can set the HTML correctly.

Currently AdminLTE does support dropdown submenu, you may refer to the main menu (top menu with nested sub menus) as example.


Post Reply