mojox.TextField - nitrologic/monkey2 GitHub Wiki
Class TextField Extends mojox:mojox.TextView
The TextField class.
| Fields | |
|---|---|
| Entered | Invoked when the user hits 'Enter'. | 
| Escaped | Invoked when the user hits 'Escape' | 
| Tabbed | Invoked when the user hits 'Tab'. | 
| TextChanged | Invoked when the user edits text. | 
| Constructors | |
|---|---|
| New | Creates a new TextField. | 
| Properties | |
|---|---|
| MaxLength | Maximum text length. |