Enterprise RTView® 
User Guide


Tab Definition File

The content of tabs in rtvTabbedDisplayPanel are determined by an XML file specified as the value for the tabs attribute.

The tabs file must start with the following:

   <?xml version="1.0" ?>

The tabs file must end with the following:

    </navtree>

For example:

<?xml version="1.0" ?>
<navtree>
    <node label="Bar Chart" display="disp1.rtv"/>
    <node label="History Graph" display="disp2.rtv" subs="$v1:xyz"/>
</navtree>

The following tags are supported:
 
Tag Description
Attributes
Name
Description
node Add a node to the navigation tree.  display Name of the display (.rtv) file. 
label Label for this node in the navigation tree.
subs Substitutions to apply to the display. Substitutions are optional and must use the following syntax:

$subname:subvalue $subname2:subvalue2

If a substitution value contains a single quote, it must be escaped using a / :

$filter:Plant=/'Dallas/'

If a substitution value contains a space, it must be enclosed in single quotes. Do not escape these single quotes:

$subname:subvalue $subname2:'sub value 2'

A substitution string cannot contain the following:
:
|
.
tab
space
,
;
=
<
>
'
"
& / \ { } [ ] ( )

   


 
Enterprise RTView contains components licensed under the Apache License Version 2.0.

 

Treemap Algorithms v1.0  is used without modifications and licensed by MPL Version 1.1. Copyright © 2001 University of Maryland, College Park, MD

 

Datejs is licensed under MIT. Copyright © Coolite Inc.

 

JCalendar 1.3.2 is licensed under LGPL. Copyright © Kai Toedter.

 

jQuery is licensed under MIT. Copyright © John Resig,

 
JMS, JMX and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. They are mentioned in this document for identification purposes only. 

 
SL, SL-GMS, GMS, Enterprise RTView, SL Corporation, and the SL logo are trademarks or registered trademarks of Sherrill-Lubinski Corporation in the United States and other countries. Copyright © 1998-2011 Sherrill-Lubinski Corporation. All Rights Reserved.