Table of Contents


Overview

A container is a subsection that can help subdivide a section into multiple vertical segments. A section with a container inside will be created automatically if you drag-and-drop a UI control into a blank space in the page.


Properties

The properties of a container are outlined below.


Style

You can select a Well style from the Small, Medium, or Large options. The Panel option will make the container display like Card. After selecting Panel as style, Header and Footer inputs will appear where you can enter strings to be displayed on the header and footer sections of the container.

Users can customize the actual corresponding styles using Cascading Style Sheets (CSS) in the Stylesheet Designer.

If you select Panel style and enter a Header, you will be able to make the Container Collapsible.

Collapsible

When the Collapsible property is enabled, the Panel containers will become collapsible. When you Preview or Publish the application, you can click the header name of panel to collapse and expand the entire panel.

Default Collapsed

If the Default Collapsed is enabled, Collapsible panels will be collapsed by default during run-time.


Color Style

The Color Style property sets the color style of the container.

By default, the styles match the color schemes:

  • Default (Standard grey)
  • Primary
  • Primary 2
  • Info
  • Warning
  • Warning 2
  • Success
  • Danger

Users can customize the actual corresponding styles using Cascading Style Sheets (CSS) in the Stylesheet Designer.


Visible

The Visible property sets the conditions under which the container will be visible. This can be set to Always or Never.

If there are any Boolean Named Ranges (BNR) defined in your workbook (i.e. single named ranges that evaluate to TRUE or FALSE), then an additional option (By Value Of) will be available. This option allows you to configure a Boolean named range that determines whether or not this section is visible. This can either be calculated or input-based.