needed a link to the darn handler events. (insert colorful language here)
No edit summary |
(needed a link to the darn handler events. (insert colorful language here)) |
||
| Line 10: | Line 10: | ||
:("handler", func) | :("handler", func) | ||
:;handler : String - The handler to attach func to (OnShow, OnEvent, et al) | :;handler : String - The handler to attach func to (OnShow, OnEvent, [[XML_User_Interface#Event_Handler_reference|et al]]) | ||
:;func : Function - The function to call. <tt>nil</tt> to remove the handler. | :;func : Function - The function to call. <tt>nil</tt> to remove the handler. | ||