On DIALOG » History » Revision 11
Revision 10 (Per Amundsen, 11/18/2015 03:21 PM) → Revision 11/24 (Per Amundsen, 11/18/2015 03:21 PM)
_Added in 1.9.0_ *<notextile>on <level>:DIALOG:<name>:<event:<id></notextile>* Triggers when a dialog item state is changed, e.g clicking a button or types text in a Editbox. _See also [[$dname]], [[$devent]], [[$did]], [[/dialog]]._ |*Event*|*Description*| |active active | Triggers when the dialog is made active.| |close close | Triggered when a dialog has been closed.| |dclick dclick | Occurs when a double left-click has occurred in a list box or combo box, as well as on the dialog itself.| |drop drop | Triggers when an item has been dragged and dropped with the mouse.| |edit edit | When text in an editbox or a combo box has changed.| |init init | This event ID is 0, and triggers before a dialog is displayed. This allows initialization time for the dialog and its items.| |menu menu | Whenever a menu-item is selected.| |mouse mouse | When the mouse is moved.| |rclick rclick | Works when the mouse right-clicks.| |sclick sclick | Occurs during a single-click in a list box/combo box, during check/uncheck of radio/check buttons, or during the click of a button.| |scroll scroll | A scrollbar control position has changed.| |uclick uclick | Left mouse button has been released/gone up.|