Creating or configuring forms > Configuring the <components> element > Configuring a label

6.1.7 Configuring a label

The label component allows you to display unmodifiable text.

To add/delete/modify a label

  1. Open the appropriate XML file located in the Viewpoint home directory. Locate the <components> element.
  2. Create the <component> with a unique id.
  3. Insert the <label-value> element within <component> to display text that cannot be modified.
  4. <label-value>Operating System Information</label-value>

Related topics