contentType

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

What kind of content the field contains.

OSandroid
Example
set the contentType of widget "Android Field" to "password"
Values
NameTypeDescription
Value
  • "plain": plain, unstyled text
  • "password": plain text displayed in the standard password style
Description

Use the contentType property to determine what kind of content the control contains.