CRUDE-ASP icon indicating copy to clipboard operation
CRUDE-ASP copied to clipboard

Add support for dropdown menu instead of treeview

Open EitanBlumin opened this issue 6 years ago • 1 comments

Use jQuery implementation (see #117 ), and something like the following:

https://stackoverflow.com/questions/51871908/bootstrap-4-nested-dropdown

EitanBlumin avatar Apr 15 '19 11:04 EitanBlumin

Should probably prepare more generic wrapper functions, or several different functions, each receiving a JSON / JS object as parameter representing the navigation tree, and using jQuery to generate a navigation bar, based on layout settings (sidebar, topbar, Bootstrap 4, Bootstrap 3, etc.).

And/or maybe use some kind of string templating methodology to make these functions as flexible as possible.

EitanBlumin avatar Apr 15 '19 11:04 EitanBlumin