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.

  • HeaderLarge
  • HeaderMedium
  • Header_Small

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

  • True | False or
  • true | false or
  • TRUE | FALSE

LabelFontColorValue

This parameter is used to indicate the font color value for the label, where dark is 87% black whole light is 54% black.

  • Dark | Light or
  • dark | light or
  • DARK | LIGHT

ValueFontColorValue

This parameter is used to indicate font color value for the value, where dark is 87% black, while light is 54% black.

  • Dark | Light or
  • dark | light or
  • DARK | LIGHT

This example displays a header text with dark colored large font value only text:

MFS@HeaderTypeFormat={"HeaderSizeType":"HeaderLarge","DisplayWithLabel":"false",
"ValueFontColorValue":"dark"}