Skip to main content

autoCapitalizationType

Type

property

Summary

The auto-capitalization behavior of the field widget.

Syntax

set the autoCapitalizationType of <widget> to <pType>
get the autoCapitalizationType of <widget>

Description

Use the autoCapitalizationType property to determine when the shift-key is automatically enabled when typing.

Examples

set the autoCapitalizationType of widget "Android Field" to "sentences"

Value

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

Compatibility and Support

OS

android