Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 1365:ba87b940f07a frontends_multi_profiles
core, quick_frontends: added an "extra" item in getMenus + use of new quick_menus module in QuickApp
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 17 Mar 2015 19:33:05 +0100 |
parents | bb9c32249778 |
children | 3a20312d4012 |
comparison
equal
deleted
inserted
replaced
1364:28f0b33ca17c | 1365:ba87b940f07a |
---|---|
584 | 584 |
585 [getMenus] | 585 [getMenus] |
586 type=method | 586 type=method |
587 category=core | 587 category=core |
588 sig_in=si | 588 sig_in=si |
589 sig_out=a(ssasas) | 589 sig_out=a(ssasasa{ss}) |
590 doc=Get all additional menus | 590 doc=Get all additional menus |
591 doc_param_0=language: language in which the menu should be translated (empty string for default) | 591 doc_param_0=language: language in which the menu should be translated (empty string for default) |
592 doc_param_1=security_limit: %(doc_security_limit)s | 592 doc_param_1=security_limit: %(doc_security_limit)s |
593 doc_return=list of tuple with the following value: | 593 doc_return=list of tuple with the following value: |
594 - menu_id: menu id (same as callback id) | 594 - menu_id: menu id (same as callback id) |
595 - menu_type: Type which can be: | 595 - menu_type: Type which can be: |
596 * NORMAL: Classical application menu | 596 * NORMAL: Classical application menu |
597 - menu_path: raw path of the menu | 597 - menu_path: raw path of the menu |
598 - menu_path_i18n: translated path of the menu | 598 - menu_path_i18n: translated path of the menu |
599 - extra: extra data, like icon name | |
599 | 600 |
600 [getMenuHelp] | 601 [getMenuHelp] |
601 type=method | 602 type=method |
602 category=core | 603 category=core |
603 sig_in=ss | 604 sig_in=ss |