Style editor: Difference between revisions

Jump to navigation Jump to search
Line 105: Line 105:


The style name can be more important than one would expect. Particular substrings within the style name can impact how a style is used.
The style name can be more important than one would expect. Particular substrings within the style name can impact how a style is used.
* <code>*Grid</code>: On a view, style with the name suffix "Grid" is used when you enable table view ([[View#Properties_pane|Auto Grid]]) wider than 500 pixels.
* <code>*Grid</code>: On a view, style with the name suffix "Grid" is used when you enable single-row layout ([[View#Properties_pane|Auto Grid]]). For example, if a field on the view uses "primary" style normally, it switches to "primaryGrid" in single-row layout.
* <code>*Selected</code>: On a view, style with the name suffix "Selected" is used for selected record in the list. For example, if a field on the view uses "primary" style, it will switch to "primarySelected" when the record is selected.
* <code>*Selected</code>: On a view, style with the name suffix "Selected" is used for selected record in the list. For example, if a field on the view uses "primary" style, it switches to "primarySelected" when the record is selected.


== Questionnaire Designer ==
== Questionnaire Designer ==

Navigation menu