Data Controllers / Styles

  Overview

Table of Contents
Data Controllers / StylesPrint||
Overview

Styles are JavaScript expressions that evaluate to a true or false. When true, a CSS class is applied to the row.

Field Properties:

Property Description
Css Class CSS class name applied to the view when the test expression evaluates to true.
Test Specifies the JavaScript expression that must evaluate to true or false.

Learn how to work with styles in the Designer.

Common Tasks:

Task Description
Conditional Presentation of Data Learn how to use apply custom CSS to rows based on the field values.