Set the Content view default mode for CCMS Web

You can choose whether to set the View Topic Content mode or View Topic Reference mode as the default for the Content view in Map Editor. When a user opens a map, the Content view shows the map using the default mode.

About this task

Note: The default value is used only until a user selects either the View Topic Content or View Topic Reference mode while in Map Editor. CCMS Web stores the user's selection in the browser, uses the user's last mode, and, if the user was in Structure view, also uses Structure view. CCMS Web only resets to the default if the user clears her browser data or uses a different browser.

Procedure

  1. Open the TEXTML Administration perspective.
  2. Navigate to /system/webplatform/configuration to locate the webroles.xml file.
  3. Right-click webroles.xml and select Check Out.
  4. Open the file in an XML editor.
  5. For each role you want to configure, do one of the following.
    • To set View Topic Reference mode as the default for all users with that role, set the ViewTopicContentDefaultValue option to off:
      <option name="ViewTopicContentDefaultValue">Off</option>
    • To set View Topic Content mode as the default for all users with that role, set the ViewTopicContentDefaultValue option to on:
      <option name="ViewTopicContentDefaultValue">On</option>
    Note: If the ViewTopicContentDefaultValue option is not present for the role, it is the same as setting it to off. The View Topic Reference mode is the default in that case.
  6. Save and check in the file.
  7. Refresh the Web Server.