Skip to content

Button#

uiButton Icon

Overview#

The Button Widget provides a mechanism to execute an action in the system. An example is shown below, where a UI Page possesses three Button Widgets to perform Material operations

ui Button

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

  1. In any UIPage in Build mode, select the Button 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, and specify whether it should display the header and also if the user can activate the full screen mode. ButtonGeneral
  4. In the setup tab provide what will happen when the user clicks the button. ButtonSetup
  5. Optionally define the inputs. ButtonEInputs
  6. Define the links between this Widget and other elements of the UIPage. ButtonLinks By saving and closing the settings, the widget will be changed accordingly.