-
Notifications
You must be signed in to change notification settings - Fork 25
OGTextField
Jeppe Zapp edited this page Feb 6, 2014
·
1 revision
Text fields are for entering text
| Variable | Type | |
|---|---|---|
| locked | boolean |
Is the text field receiving input? |
| text | string |
Text displayed in the text field |
| maxLength | int |
Maximum allowed characters |
| regex | string |
Regex parsing |
| regexPreset | RegExPreset |
Presets such as OnlyNumbers and OnlyASCII
|
// No example yet