Controls
Control Arrays
Many control types now support array types: a group of related controls. Control arrays share many of the same properties like id
, title
, and enable
, etc. However their default
and subtitles
become arrays.
To access an array value use the the property value template adding an array index. See the property value documentation for more info.
Subtitles
Most controls can now display a subtitle. Subtitles provide more contextual info and are especially helpful in array controls so that each control can be labeled. Omitting the label makes the control vertically more compact.
Note: Four-across control arrays have very limited space for subtitles.
Controls
Basic
-
Button — Like a checkbox, but graphical.
-
Checkbox — A simple checkbox for enabling/disabling properties.
-
Color — A color well for choosing colors.
-
Date — A date entry field
-
Details Button — A toggle for showing more detailed controls.
-
Text Input — A simple text input.
-
Link — A control for getting URL or internal page link.
-
Multi-line Text Input — A multi-line text input.
-
Popup Menu — A Popup menu to for choosing from a list of items.
Display
-
Divider — A visual divider.
-
Info Text — Static text used for explaining overly complicated things.
Images
-
Image — An image well for choosing images. Use it with image transforms.
-
Image Transform — A virtual control that modifies images.
Numbers
-
Math — Perform basic calculations in your controls.
-
Number — A number entry field, with a small up/down control for adjustment.
-
Slider — A slider control for picking a number from a limited range.