On DIALOG » History » Version 12
Per Amundsen, 11/18/2015 03:21 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | *<notextile>on <level>:DIALOG:<name>:<event:<id></notextile>* |
||
4 | |||
5 | Triggers when a dialog item state is changed, e.g clicking a button or types text in a Editbox. |
||
6 | |||
7 | _See also [[$dname]], [[$devent]], [[$did]], [[/dialog]]._ |
||
8 | |||
9 | 12 | Per Amundsen | |*<notextile>Event</notextile>*|*Description*| |
10 | 11 | Per Amundsen | |active | Triggers when the dialog is made active.| |
11 | |close | Triggered when a dialog has been closed.| |
||
12 | |dclick | Occurs when a double left-click has occurred in a list box or combo box, as well as on the dialog itself.| |
||
13 | |drop | Triggers when an item has been dragged and dropped with the mouse.| |
||
14 | |edit | When text in an editbox or a combo box has changed.| |
||
15 | |init | This event ID is 0, and triggers before a dialog is displayed. This allows initialization time for the dialog and its items.| |
||
16 | |menu | Whenever a menu-item is selected.| |
||
17 | |mouse | When the mouse is moved.| |
||
18 | |rclick | Works when the mouse right-clicks.| |
||
19 | |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.| |
||
20 | |scroll | A scrollbar control position has changed.| |
||
21 | |uclick | Left mouse button has been released/gone up.| |