sc_appmenu_remove_item("Menu_Name", "Id_Item")
|
|
This macro dynamically removes a menu item.
To use this macro it is necessary to execute the macro sc_appmenu_create before.
| Parameter |
Description |
| menu_name |
Menu application name |
| id_item |
Menu item id |
Ex. 1: sc_appmenu_remove_item('menu_main','item_2');
|
Macro Scope
|
Menu application
|
Tree menu
|
allMacros onApplicationInit onLoad
|
allMacros onApplicationInit onLoad
|
|