EitanBlumin / CRUDE-ASP

Low Code Application Generator in Classic ASP, with MSSQL Database, Bootstrap, Fontawesome, and jQuery. Based on the AdminLTE web template.
https://git.eitanblumin.com/CRUDE-ASP/
Mozilla Public License 2.0
24 stars 13 forks source link

Add support for dropdown menu instead of treeview #118

Open EitanBlumin opened 5 years ago

EitanBlumin commented 5 years ago

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

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

EitanBlumin commented 5 years ago

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.