TextAreaInputMode
#include <bb/cascades/TextAreaInputMode>
Represents a text input mode for the TextArea.
The TextAreaInputMode determines how the TextArea behaves in relation to its text input. Each input mode has a default set of properties that specify what symbols appear on the keyboard and how the input is displayed in the field. For example, the Chat mode contains functionality that allows users to specify emoticons that can be rendered on the screen. You can change the default properties for each mode by turning them on or off using TextContentFlag and TextInputFlag.
For a TextField you must use TextFieldInputMode.
BlackBerry 10.0.0
Public Types Index
enum Type |
Public Types
Input modes for a TextArea.
BlackBerry 10.0.0
- Default
The default text input mode for a TextArea.
Since:BlackBerry 10.0.0
- Text
An input mode for plain text entry.
Since:BlackBerry 10.0.0
- Chat
An input mode for chat conversations.
Since:BlackBerry 10.0.0
- EmailAddress
An input mode for email addresses.
Since:BlackBerry 10.0.0