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 |
---|---|---|
|
This parameter is used to indicate font size for the display. |
|
|
If true, the application displays the text as: Label (configured in M3 Mobility Core Toolbox): Data value retrieved from the database. If false, the application displays only the data value from the database. |
|
|
This parameter is used to indicate the font color value for the label, where dark is 87% black whole light is 54% black. |
|
|
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"}