On DIALOG » History » Revision 2
Revision 1 (Per Amundsen, 11/18/2015 03:16 PM) → Revision 2/24 (Per Amundsen, 11/18/2015 03:16 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]]._
|^.
active
close
dclick
drop
edit
init
menu
mouse
rclick
sclick
scroll
uclick
|^. Triggers when the dialog is made active.
Triggered when a dialog has been closed.
Occurs when a double left-click has occurred in a list box or combo box, as well as on the dialog itself.
Triggers when an item has been dragged and dropped with the mouse.
When text in an editbox or a combo box has changed.
This event ID is 0, and triggers before a dialog is displayed. This allows initialization time for the dialog and its items.
Whenever a menu-item is selected.
When the mouse is moved.
Works when the mouse right-clicks.
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.
A scrollbar control position has changed.
Left mouse button has been released/gone up.
|