popup.addEpilogue Adds an epilogue to a popup |
||
Usage |
||
popup.addEpilogue [-q] (<popupname:string>[, <item_id:string>]) [{] <command> [}] |
||
Description |
||
Adds a menu epilogue to an already existing popup or nested popup named <popupname>. If you
want to add an item to a nested popup, use the form "popup.addItem", for example,
"channeltextview.myNestedItem". <item_id> is the optional item ID - if not specified, it will be generated automatically. <command> will be executed just after the popup is filled at popup.show command call. <command> can be a simple instruction or an instruction block delimited by curly brackets. Please note that some instructions are not allowed here, You can't delete the prologue's parent popup (calling popup.clear or popup.destroy) or modify prologues/epilogues (calling popup.addprologue or popup.addepilogue) |
||
Switches |
||
|
||
See also |
||
defpopup, popup.show, popup.addprologue |