Skip to main content
Contiem Connect

Metadata Element Fundamentals

These examples assume the use of a custom template. Information on creating a custom template can be found here: Template Fundamentals

Insert a new Metadata Element in a Page Type

  1. On the Tools tab click the Options button.
  2. In the Options editor click on the Custom Templates Page Menu Item.
  3. Select a custom template from the template list and click the Edit toolbar button.
  4. Select the Page Types Page Menu Item.
  5. Select a Page Type in the Page Types list and click the Edit toolbar button.
  6. Place the cursor in the Page Type source where you want to insert the new metadata element and click the Insert Metadata ribbon button.
  7. In the Insert Metadata dialog:
    1. Select CREATEDON for the Element Type.
    2. Select "d" for the dateformat parameter.
    3. Click the Confirm button.

This inserts the following DXMETADATA element: <!--DXMETADATA start type="CREATEDON"
dateformat="d"--><!--DXMETADATA end-->

Edit an existing Page Type Metadata Element

This example uses the DXMETADATA element created in the example above, though this example can be applied to any metadata element.
  1. On the Tools tab click the Options button.
  2. In the Options editor click on the Custom Templates Page Menu Item.
  3. Select a custom template from the template list and click the Edit toolbar button.
  4. Select the Page Types Page Menu Item.
  5. Select a Page Type in the Page Types list and click the Edit toolbar button.
  6. Place the cursor in the DXMETADATA element and click the Edit Metadata ribbon button.
  7. In the Edit Metadata dialog:
    1. Select PHRASE for the Element Type.
    2. Select CLICK TO ENLARGE to the NAME parameter.
    3. Click the Confirm button.

This changes the DXMETADATA element to: <!--DXMETADATA start type="PHRASE" name="CLICK TO ENLARGE"--><!--DXMETADATA end-->

Delete a Metadata Element

This example uses the DXMETADATA element created in the example above, though this example can be applied to any metadata element.
  1. On the Tools tab click the Options button.
  2. In the Options editor click on the Custom Templates Page Menu Item.
  3. Select a custom template from the template list and click the Edit toolbar button.
  4. Select the Page Types Page Menu Item.
  5. Select a Page Type in the Page Types list and click the Edit toolbar button.
  6. Place the cursor in the DXMETADATA element and click the Delete Metadata ribbon button.
  7. In the Confirm Delete dialog click the Yes button.

Top of page