Hi All, parent.del_aba_td(‘item_192’) is not working on new Menu.
Regards.
Hi All, parent.del_aba_td(‘item_192’) is not working on new Menu.
Regards.
@Danilo_Lima is working for you? I can’t close a menu tab with parent.del_aba_td(‘item_192’) like previous menu.
Regards.
Dear @gbillot3,
Could you share with us the complete code used to perform the action you refer to in the first topic, please?
Best regards!
It is a Javascript button with the code I sent you. parent.del_aba_td(‘item_192’)
The item number is the one of the menu.
This works perfect in the old menu.
Regards
Dear @gbillot3,
There is another function that serves the new menu
you have to put “id_tab_” before the tab name
Example:
parent.contextMenuCloseTab(‘id_tab_item_192’);