Button Cell

Overview

The Button Cell Web Control is a clickable container element that can contain other web controls such as text, images, buttons. The Button Cell web control can be added to a web page as a single cell or can be added as a cell to the list control. 

General

Style

Button Cell is a type of container, and as such, has the same styling and theming capabilities as a Container.  Theming can be used to define variants to be used for multiple different Button Cells, but all style overrides will be displayed on each element of the Button Cell in the list.

Actions

Clicked

This event is fired when a user clicks the button cell web control.

Advanced

Is Visible

This allows the app builder to set conditions as to whether the Button Cell and its elements are visible.  This field expects an expression that evaluates to either a True or False.   If the value is True, the Button Cell will display, otherwise it will not. By default, Button Cells are visible unless otherwise specified in this setting.

Is Disabled

This allows the app builder to set conditions as to whether the Button Cell and its elements are disabled.  This field expects an expression that evaluates to either a True or False.   If the value is True, the Button Cell will be disabled, otherwise it will not. By default, Button Cells are enabled unless otherwise specified in this setting.

Examples

A Button Cell can be used in a List Control to create clickable cells that kick off an event or action. This example opens up a modal when a cell is clicked to provide more information about the selected person.

organizing info

Add a Button Cell to a list control. In the Actions Tab, add an Open Modal action to open a modal and pass in the variables from the list data.