...
(boolean)
Returns true if the control has focus and false if it does not.
isEmpty
Code Block | ||
---|---|---|
| ||
function isEmpty() |
Returns whether the control contains text or is empty.
Return values
(boolean)
Whether the control is empty
onChar
Code Block | ||
---|---|---|
| ||
function onChar(keycode) |
...