SystemKeyboardInputMode
Fixes which keyboard layout is to be loaded into the system keyboard during interaction. The exact layout file is defined in the project. The most common are: 'numeric', 'decimal', 'text'. Own project keywords are possible. \n 'skip' ignores a focusIn, 'none' closes a keyboard at focusIn.
Schema: tchmi:framework#/definitions/Inputmode
Attribute getter
public getSystemKeyboardInputMode(): TcHmi.Keyboard.KeyboardInputMode | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setSystemKeyboardInputMode(valueNew: TcHmi.Keyboard.KeyboardInputMode | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.12.744 |
