autoCapitalizationType |
Type | property |
Dictionary | android.field |
Library | Android Native Field |
Syntax | set the autoCapitalizationType of <widget> to <pType>
get the autoCapitalizationType of <widget>
|
Associations | com.livecode.widget.native.android.field |
Summary | The auto-capitalization behavior of the field widget.
|
OS | android |
Example | set the autoCapitalizationType of widget "Android Field" to "sentences"
|
Values | Name | Type | Description |
---|
Value | |
- "none": the shift-key is never automatically enabled
- "words": the shift-key is enabled at the start of words
- "sentences": the shift-key is enabled at the start of sentences
- "all characters": the shift-key is enabled at the start of each character
|
|
Description | Use the autoCapitalizationType property to determine when the shift-key is
automatically enabled when typing.
|