pgadmin4/web/pgadmin/test
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
..
static/js Allow to create sub-menu/menu-group by specify the same category in 2016-03-21 23:56:08 +05:30
__init__.py Allow to create sub-menu/menu-group by specify the same category in 2016-03-21 23:56:08 +05:30