autoCapitalizationType

Typeproperty
Dictionaryandroid.field
LibraryAndroid Native Field
Syntax
set the autoCapitalizationType of <widget> to <pType>
get the autoCapitalizationType of <widget>
Associationscom.livecode.widget.native.android.field
Summary

The auto-capitalization behavior of the field widget.

OSandroid
Example
set the autoCapitalizationType of widget "Android Field" to "sentences"
Values
NameTypeDescription
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.