Buttons

Buttons are used to enable different functionality accesible in the SideMenu.

Rows

Rows are used to determine the vertical placement of Buttons in the SideMenu. You have to assign a row to every button else the button will not be shown! Also the height and border of the Row can be configured.

Groups

Groups are used to create connections between multiple buttons where only one should be active at the same time. But also a single Button needs to be assigned to a Button Group.

Buttons

The Buttons can be configured in many ways:

Mode

  • Click - The Button has only a active State (or disabled)
  • Toggle - The Button has a active, disabled and not active State and can be toggled.

Actions

  • None
  • Reset Chain - Resets the current state effectivley deleting this entry and creating a new one.
  • New Entry - Create a new Entry. You can specify the startvalue for the new entry.
  • New Entry Delete without Entry Id - Create a new Entry and delete all other entries without an entry id. You can specify the startvalue for the new entry.
  • Start Screen - Go to the start screen.

Style

You can configure the style of the Button by setting the following properties:

  • Preset - Either use one of the lui Buttons used also in Qlik ore create a custom button.
  • Image or Text - Choose either to create an image or Text Button
  • Hide - The Button will not be shown. (if qlik expression evaluates to -1 or true)
  • Disabled - The Button is disabled and not clickable. (if qlik expression evaluates to -1 or true)
  • ButtonFullWidth - Try to fill the row width with the button.
  • ButtonFullHeight - Try to fill the row height with the button.
  • Confirmation Required - A confirmation dialog will be shown when the button is clicked.
  • BorderRadius - Round the border of the button.
  • Shadow - Set a shadow around the Button.
  • For each state (active, not active, disabled) you can change properties like the image used, the colors, the fontsize and the text.