Skip to main content

Keyboard

The Keyboard element is essential for data entry on touch screens. It can behave in a static (always visible) or dynamic manner.

In its dynamic mode, the keyboard remains hidden and only appears when an associated element requires data entry. For example, by linking this keyboard to a Field element (via the field's Keyboard property), the component will automatically appear only when the user clicks on the field and it receives focus, thus allowing typing without permanently occupying screen space.

General

Basic identification and position configuration.

Name (string)

Unique identifier of the element.

Description (string)

Optional descriptive text.

X (number)

Horizontal position in pixels.

Y (number)

Vertical position in pixels.

Z (number)

Depth index (z-index).

Width (number)

Width of the element in pixels.

Height (number)

Height of the element in pixels.

Type (string)

Defines the keyboard layout. Options: Standard (Full keyboard) or Numeric (Vertical numeric pad).

Visibility (string)

Controls display behavior. Options: Static (Always visible) or Dynamic (Automatically shown when interacting with a linked element).

Style

Visual customization of the component.

Hidden (boolean)

Makes the element invisible.

Font Size (number)

Defines the font size of the keys in pixels.