Creating Combo Boxes

Use

Authors can select an option from a dropdown box in combo boxes. When authors save an Edit form, the system writes the selected value to the referenced schema element or document property.

Procedure

Creating a Combo Box with a Reference to a Schema Element

  1. Use Drag&Drop to pull an element from the data model to the Edit form using the secondary mouse button.

  2. Create list entries in the tree view of the control.

    The system creates three list entries by default. Use the context menu in the tree view of the control to create, change, or delete list entries.

  3. Select the list entries in the tree view of the control and specify the values in the table below in the properties.

Property

Description

Caption

Text displayed in the dropdown list.

Value

Value that the system writes to the referenced schema element or document property for the selected list entry.

Create a separate value for each list entry of a combo box.

Creating a Combo Box with a Reference to a Document Property

  1. In KM configuration, create a document property and define the permitted value set.

    1. Choose Start of the navigation pathSystem Administration Next navigation step System Configuration  Next navigation step Content Management  Next navigation step Global Services  Next navigation step  Property Metadata  Next navigation step  PropertiesEnd of the navigation path.

    2. Create a property and enter the permitted values into the Allowed Values parameter.

  2. In the XML Forms Builder, use Drag&Drop to pull an element from the data model to the Edit form using the secondary mouse button.

    You do not have to define list entries in the XML Forms Builder. At runtime (when authors open the Edit form) the system reads the permitted values from the configuration and displays them in the dropdown list.