pgadmin4/web/pgadmin/browser/static/js
Ashesh Vashi 87f9834951 Allow to create sub-menu/menu-group by specify the same category in
multiple menu-items (not just the 'create' menu-group).

Moved all the main menu/context menu generation implementation in the
'menu' javascript menu.

In this implementation, if more than one menu-items specify same type
of categories, they will be created withing that group, otherwise - it
will be created separately (unless 'single' property of that category is
set to true).

We can also provide icon, priority, separator(s) above/below it for the
individual sub-menu too using pgAdmin.Browser.add_menu_category
function(...).
2016-03-21 23:56:08 +05:30
..
aciTree Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
datamodel.js Resolved an issue related to no proper valid/invalid event was 2016-03-15 19:00:58 +05:30
frame.js Resolved a typo in the frame javscript 2016-01-20 20:23:59 +05:30
menu.js Allow to create sub-menu/menu-group by specify the same category in 2016-03-21 23:56:08 +05:30
node.ui.js Resolved an issue using wrong variable name for backbone-model, while 2016-03-18 17:29:52 +05:30
panel.js Introduced a event manager for the browser, which will generate certain 2016-01-19 18:18:47 +05:30