Header text parameter
Use the header text parameter to control the displayed font and color display of column values defined as single line text box or multi-line text box control type.
JSON Identifier: MFS@HeaderTypeFormat
Parameter |
Description |
Possible values |
---|---|---|
HeaderSizeType |
This parameter is used to indicate font size for the display. |
|
DisplayWithLabel |
If true, the text to display will be: Label (set from the M3 Mobility Core Toolbox) : The data value from the database else the data value data from the database) only |
|
LabelFontColorValue |
This parameter is used to indicate the font color value for the label, where dark is 87% black whole light is 54% black. |
|
ValueFontColorValue |
This parameter is used to indicate font color value for the value, where dark is 87% black, while light is 54% black. |
|
This example displays a header text with dark colored large font value only text:
MFS@HeaderTypeFormat={"HeaderSizeType":"HeaderLarge","DisplayWithLabel":"false",
"ValueFontColorValue":"dark"}