WoW:UIHANDLER OnChar: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page UIHANDLER OnChar to UIHANDLER OnChar without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{widgethandler}} | {{widgethandler}}<br> | ||
== Description == | == Description == | ||
Line 7: | Line 7: | ||
== Arguments == | == Arguments == | ||
; | ; text: The character that was typed | ||
== Note == | == Note == | ||
{{wikify|Stated opinion better suited to talk page}} | |||
This event handler is listed under UI Widgets other than EditBox, but I have no idea if it functions at all in anything besides an EditBox (given that without a widget that accepts characters, how can there be an '''OnChar''' handler?) | This event handler is listed under UI Widgets other than EditBox, but I have no idea if it functions at all in anything besides an EditBox (given that without a widget that accepts characters, how can there be an '''OnChar''' handler?) |
Latest revision as of 04:49, 15 August 2023
Description[edit]
Called whenever a character is typed into the EditBox by the user.
Arguments[edit]
- text
- The character that was typed
Note[edit]
Template:Wikify This event handler is listed under UI Widgets other than EditBox, but I have no idea if it functions at all in anything besides an EditBox (given that without a widget that accepts characters, how can there be an OnChar handler?)