Menu.appendItem


appendItem(itemText, command, [helpString], [sessionFile])

Appends a new menu item at the end of this menu

itemTextstringtext f new item
commandstringcommand to execute when menu item selected
helpStringoptional string help string to be displayed in status bar when cursor hovers over menu item
sessionFileoptional boolean Default true. Should commands appear in session file when item selected?
Return valuenone 

Back to Menu

Back to Overview