Skip to content

Open Lowcode Widgets

ceciledemauroy edited this page Apr 20, 2020 · 1 revision

This page describes all the widgets of the Open Lowcode framework. Widgets are the bricks that compose the bricks of the application.

ActionButton

The action button allows users to click to start either

  • an action (displaying a new page)
  • an inline action (getting new data on the current page)

The action button has the following attributes:

  • a unique name in the page (actually in the parent widget)
  • a display label
  • a roll-over tooltip
  • a confirmation message can be set to confirm the action
  • a feature to show the button only if some data is sent to the page
  • a feature to close the parent popup button if pressed. This should be used when the button is part of a PopupActionButton

To be continued...

Clone this wiki locally