Skip to content

Keypad#

Key Pad Icon

Overview#

The Keypad Widget provides an onscreen numeric keyboard to input values in an UI Page. An example of an UI Page using a Keypad Widget is shown below.

Keypadexample

To use the Keypad Widget in an UIPage, follow the steps below.

  1. In any UIPage in Build mode, select the Query Widget from the Widgets list located in the right side of the page, and drag and drop to the correct place in the UIPage.
  2. Enter the Settings section of the Widget.
  3. In the General tab, provide a name for the Widget, a description, specify whether it should display the header and also if the user can activate the full screen mode. KeypadGeneral
  4. In the setup tab provide execution related properties such as: KeypadSetup
  5. The type, choose between Integer, Long or Decimal
  6. The min Value, set the minimum value acceptable as input
  7. The max Value, set the maximum value acceptable as input
  8. The step, value to add or subtract when using the plus and minus buttons
  9. The visibility of the Ok Button
  10. Whether the value is required or not
  11. Optionally, define the links between this Widget and other elements of the UIPage. As this widget doesn't provide any output it can only be used as target. The URL property, for example, can be used as input. KeypadLinks
  12. By saving and closing the settings, the widget will be changed accordingly.