Run when the edit box's input composition mode changes. Primarily used in international clients that can use IME composition. Signature: Code OnCharComposition(self, "text")
Arguments: - self - Reference to the widget for which the script was run (frame)
- text - Partial text in the character composition mode (string)
Доступна для: EditBox
Также смотрите: Событий API Виджетов
Ссылки: http://wowprogramming.com/docs/scripts/OnCharComposition
|