-
UI update
Passes new content to the UI and refreshes it. Identifier: ui_update Elements widget_params: References the UI elements that have to be changed instead of using pre-defined parameters. Required: Yes Default value: Empty Content of widget_params widget_params is a list of ui_element. ui_element: Contains the parameters,…
-
Change Button Status
Changes a button status. it is used to activate or deactivate a button. Identifier: change_button_status Elements button_tag: The name of the button in your layout. This "name" must be uppercase. Required: Yes Default value: Empty control: Sets the status to either "ACTIVATE" or "DEACTIVATE" Example <change_button_status…
-
Notification
Displays a temporary notification at the side of the application. It does not influence the workflow. Identifier: ui_notification Attributes type: Defines the visualization of the notification. Possible values: INFO, NOTIFICATION, WARN, and ERROR. Required: No Default value: INFO duration: Time after which the notification…
-
Dialog
Displays a dialogue window that requires interaction with the user. It sends events such as which buttons the user clicked for a particular calling step. Identifier: ui_dialog Attributes type: Defines the visualization of the dialog. Possible values: INFO, INTERMEDIATEPROGRESS, PROGRESS, QUESTION, NOTIFICATION, WARN,…
-
Page Dialog
Displays a dialogue screen that requires the interaction of the user. It sends the dialog events which occurred once the window is closed. Identifier: ui_page_dialog Attributes type: Defines the visualization of the notification. Possible values: INFO, INTERMEDIATEPROGRESS, PROGRESS, QUESTION, NOTIFICATION, WARN, ERROR,…
-
Progress Notification
Opens and closes an intermediate and non-interruptive notification at the top right corner of the screen. This lets the worker know if something is happening in the background. Suggested use-cases: A worker has to wait until communication is executed. Waiting for Synchronous Network-Communication (downloading or uploading…
-
Style Repository Modifications
Allows the creation of new styles and the modification of existing ones in your layout. Suggested use-cases: Make list items same text-size Identifier: modify_style_repo Attributes style_name: Target-Name for created styles Possible values: Underscore_separated_string Required: Yes Default value: Required to be set, no…
-
UI Set Focus Item
Sets a focus item within the user interface (UI). Identifier: ui_set_focus_item Example <ui_set_focus_item id="myaction"><ui_set_focus_item/>