Label
1. Definition
Label is one possible value that the Type element of the GUI Strings can receive. It creates a labeling field. Its own Caption element is used as text.
2. Options
- "Headline": Boolean value(true or false, Caution, case-sensitiv); The label is highlighted, therefore suitable as a heading
3. Example
{
"Key" : "Label1",
"Type" : "Label",
"Caption" : "MyLabel",
"Options" :
{
"Headline" : true
}
}