Add Tabs

  1. Choose a Tab ID for your CUSTOM tab. This is not the label, but a unique ID that will be used internally to identify your tab. For this example, we will use MyCustomTab for the Tab ID. You cannot use the following for the Tab ID:

  2. Create a navigation accordion view for your tab in the RTViewCentral/projects/rtview-server directory:

  3. 1. runb -propfilter:ConfigClient -propfilter:AlertClient mycustomtab_acc.rtv.

    2. Modify the Custom Views label above the navigation accordion.

    3. Select the navigation accordion and edit the selectedValue property. Change the Filter value to your Tab ID (MyCustomTab in this example).

    4. Open the data attachment in the navOptionsForFilter function and change the Filter value to your Tab ID (MyCustomTab in this example).

    5. Save your display and exit the Display Builder.

  4. Create a navigation tree for your tab. Note that each node in the tree must be a unique display/substitution value.

  5. Open the RTView Configuration Application, go to the General>CUSTOM PROPERTIES tab and add the two properties using the following values:

  6. name=sl.rtview.xml.xmlsource
    value=mycustomtab_navtree.xml 0 mycustomtab_navtree.xml 0 1
    filter=uiprocess

    Click icon_saveOk00002.gif to close the Add Property dialog

    name=sl.rtview.cache.config
    value=rtv_tabtree_cache_source.rtv $rtvNavTreeFilename:mycustomtab_navtree.xml $rtvNavTabName:MyCustomTab
    filter=uiprocess

  7. Click icon_saveOk00004.gif to close the Add Property dialog and icon_save00005.gif (in title bar) to save your changes.

  8. Click cui_requires_restart00006.gif to apply changes.

  9. Add your new tab to rtv_custom.xml. In a text file editor, open rtv_custom.xml and edit the following:

<tr>
<td>MyCustomTabLabel</td>
<td>MyCustomTab</td>
<td>mycustomtab_acc</td>
</tr>

<tr>
<td>MyCustomTab</td>
<td>MyCustomTab_1</td>
<td></td>
<td>MyCustomTab</td>