Properties of a Label
See Basic controls.
- Name
-
By default, the control ID appears as the name of the control. Change the ID to make the control easier to identify during mapping. For example, use "Prof_Details" instead of "label1".
- Text
-
Change the default text (label1) to something that provides useful information to a user. For example, use "Professional Details" instead of "label1". To change the text that appears at runtime, enter the new text in the Text box.
- Tooltip
-
Use tooltips to add supplementary information about a control at runtime.
For example, tell the user to use this form to enter professional details.
- Visible
-
Choose whether the control be visible at runtime. (Default: Yes)
- Security Token
-
Use security tokens to make the form information more secure. See Security tokens.
- Label Type
-
Choose the label type as Basic (default) or Heading so that you can structure the content on the form at runtime. If Heading is selected as label type, an additional Heading Size property is available to set the label to different sizes with values ranging from 1 to 6. (Where 1=20px, 2=16px, 3=14px, 4=12px, 5=10px and 6=8px. Default:1)
Note If a style (inline/class/theme) that applies a font size is set, this size takes priority over the heading size set for the label type. - Design
-
Configure the design properties. See Configure the design of a control.