Content type for text entries.
Content type of the text in the text edit widget, which can be used by input method plugins to offer more specific input methods, such as a numeric keypad for a number content type. Plugins may also adjust their word prediction and error correction accordingly.
Enumerator |
---|
FreeTextContentType | all characters allowed
|
NumberContentType | only integer numbers allowed
|
PhoneNumberContentType | allows numbers and certain other characters used in phone numbers
|
EmailContentType | allows only characters permitted in email address
|
UrlContentType | allows only character permitted in URL address
|
CustomContentType | allows content with user defined format
|