Label

Label

This element is used to display a label on the page. The value is translated through the glossary so it needs to be a valid English expression.

Attributes

NameDescriptionValue
id

Unique Identifier.

Any
valueThe value that will be displayed.Any
visiblemodesThe modes the button should be visible.A comma-separated list of the modes (read, new, edit)
visibilityconditionsThe conditions that should be met in order to display the component.'[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value'
styleThe style of label.
attrfont_red,attrfont_green, attrfont_blue, 
attrfont_gray,  attrfont_magenta,attrfont_orange
labelsizeThe size of label.small, medium, full, large, mediumlarge
tipexpressionThe tipexpression tag can be used to show more info on mouse over.Any

Example

 Label


Label
<label>
	<id>lblRequiresApproval</id>
    <value>key_requires_approval</value>
    <labelsize>medium</labelsize> 
</label>