This provides the base class to use from the CSS style sheet(s) linked into the page. It may be combined with an additional attribute setting based on options. Additional color and other cosmetic style elements can be defined using the ScreenCssClass property.
Value |
Meaning |
Default |
If this is a field, and has only the read action, the default uses the Data CSS class, if it is a readwrite or write field, the iData class and if it is a Label, the Label CSS class. |
Data |
Data, typically darker and bold |
iData |
Input Data, typically darker and bold and other style elements for input field |
Label |
Label, typically lighter and normal |
Title |
Larger, Bold, Centered. Title may be used by the code generation logic to extract the value of the Label and use it in logic such as javascript to set the title of a web page in a containing top-level page's frame. |
Heading |
Large, Bold, Heading HTML attribute. |
Hidden |
Still on page but not visible to user due to color settings. |
PageTitle |
On a responsive web page, with Islands and Panels, by setting this as the BaseCssClass for a label, the text of the label will be used as the page title. (see also BothTitleAndLabel) |
IslandTitle |
On a responsive web page, with Islands and Panels, by setting this as the BaseCssClass for a label, the text of the label will be used as the Island title that it is contained in. (see also BothTitleAndLabel ) |
PanelTitle |
On a responsive web page, with Islands and Panels, by setting this as the BaseCssClass for a label, the text of the label will be used as the Panel title that it is contained in. (see also BothTitleAndLabel ) |
Ignore |
Omit from generation--will not be included in a generated web page. |