WoW:UIHANDLER OnChar: Difference between revisions
Jump to navigation
Jump to search
(Updating with 2.0 (required in 3.0) variable names) |
(→Note: Request movement of this section to talk page, as it states an opinion divorced from the utility of the article (see my comment on talk page for refutational examples)) |
||
Line 10: | Line 10: | ||
== 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?) |
Revision as of 10:40, 28 March 2010
Description
Called whenever a character is typed into the EditBox by the user.
Arguments
- text
- The character that was typed
Note
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?)