[. < 0]. This can be achieved by applying class
highlightTextOverdue. Another condition could apply the colour amber if a binding value is
[. > 1000]. This can be achieved by applying class
highlightTextUrgent) for example. Table of example Field Styles
Class Name | Notes on Use |
highlightTextOverdue, highlightTextUrgent, highlightTextCompleted, highlightTextImportant |
These classes can be used to change the font colour for text items such as labels, indicating different states of completion for example. |
secondaryActionButton |
This class can be added to a button control to change its style to appear less prominent than the normal primary button. |
Class Name | Notes on Use |
hide, hideOnScreen, hideOnPrint, hideOnPhone, hideOnPortraitTablet, hideOnLandscapeTablet, invisible, invisibleOnScreen, invisibleOnPrint, invisibleOnPhone, invisibleOnPortraitTablet, invisibleOnLandscapeTablet, showOnScreen, showOnPrint, showOnPhone, showOnPortraitTablet, showOnLandscapeTablet |
These classes control the visibility of items on different output devices. The show classes show the controls, the hide classes hide the controls, and remove any spaces taken up by such controls when visible, and the invisible classes behave in a similar manner to the hide classes but preserve the space. For tablets, landscape is defined as below 1024 pixels, portrait is defined as below 768 pixels. Phones are assumed below 500 pixels. |