WoW:UIHANDLER OnChar: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (catfix, Replaced: {{widgethandler}} → {{widgethandler}}<br>)
(Updating with 2.0 (required in 3.0) variable names)
Line 7: Line 7:
== Arguments ==
== Arguments ==


; arg1 : The character that was typed
; text: The character that was typed


== Note ==
== Note ==


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 23:02, 13 August 2008

Widget handlers < OnChar

Description

Called whenever a character is typed into the EditBox by the user.

Arguments

text
The character that was typed

Note

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?)