|
|
|
|
|
backspace(self)
Emulates a backspace character |
source code
|
|
|
|
clear(self)
Clears the active textarea, emulating the press of FF
character |
source code
|
|
|
|
cycleFocus(self,
backwards=False)
Force a focus cycle among instantiated textareas |
source code
|
|
|
|
getFocused(self)
Returns a TextArea element that currently has focus within this
FocusContext |
source code
|
|
|
|
getRegistered(self)
Returns a list of TextArea currently registered within this
FocusContext |
source code
|
|
|
|
isActive(self)
Test if this FocusContext is active |
source code
|
|
|
|
keyCharPressed(self,
kchar)
Use this method to inject a character to active (w/ focus)
TextArea, convenience method for keyUCodePressed() |
source code
|
|
|
|
|
|
|
|
|
|
resetFocuses(self)
Blurs every TextArea registered within this FocusContext |
source code
|
|