new textarea/textbox options.

This commit is contained in:
Christopher Jeffrey 2013-07-29 17:04:39 -05:00
parent 631f42bd74
commit 24ceab93f9
1 changed files with 5 additions and 0 deletions

View File

@ -567,6 +567,11 @@ A box which allows multiline text input.
##### Options:
- inherits all from Input.
- **keys** - use pre-defined keys (`i` or `enter` for insert, `e` for editor,
`C-e` for editor while inserting).
- **mouse** - use pre-defined mouse events (right-click for editor).
- **inputOnFocus** - call readInput() when the element is focus and
automatically unfocus.
##### Properties: