The tab tag is used to define a tab used within a (document) window. For example:
<tab selected="1" viewType="3" usingRoadmap="0" hideBreadcrumbs="0" scale="32" ID="1610294663" scrollX="0" scrollY="0" selection="1610294664 " expanded="1610294663 1610294664 " textTab="0" splitRatio="0.163889" xattribute="Name" xattribute2="Width" xdisplayattribute="DisplayName" xbarattribute="OutlineOrder" xcontainer="/fghjfghj/" xquery="" xqueryLabel="" xbins2="5" xunlimited2="0" xheatmap="0" xReportStyle="0" spacing="0.35" aspect="2" hyperbolicScale="1" path="" focus="1610281548" hasBorder="1" isVertical="1" isCentered="1" lineType="2" itemWidth="220" xspace="10" yspace="10" showColumns="1" usingCheckboxes="1" columnString="Name" treemapExpression="" treemapColorExpression="" treemapBorderColorExpression="$Color" treemapColorStart="#fffef9100" treemapColorEnd="#ccd5bf100" treemapDepth="3" attribute="AdornmentCount" container="/" bins="10" sortAttribute="Name" sortDirections="0" summaryAttribute="" summaryMethod="none" query="" queryLabel="" action="" actionLabel="" fontSize="12" showFilter="1" filterString="jk" filterName="" />
/>
selected. Selection state of the tab. A value of 1 indicated the tab is selected. All other tabs have a value of 0.
viewType. The view pane's current view type:
- 0 = map
- 1 = outline
- 2 = chart
- 3 = attribute browser
- 4 = timeline
- 5 = treemap
- 6 = hyperbolic
- 7 = crosstabs
usingRoadmap. Show/hide state of the text Links panel. Default value is 0.
hideBreadcrumbs. Exact purpose unclear, as there is no view option to do this. View types such as Attribute Browser never show breadcrumbs but they do not alter this setting. Likely a boolean. Default value is 0.
scale. The zoom state of the view. Default value is 32. Zoomed in (larger text) views have higher values, zoomed out views a smaller value.
ID. The $ID of the root item for the view.
scrollX / scrollY. The scroll position in X and Y axes of the view. Units of value unknown.
selection. The $ID number(s) of the selected item(s) as a space-delimited list.
expanded. Used by Outline and Chart. A space-delimited list of $IDs in scope in the view that are expanded.
textTab. The currently selected tab in the text pane. The default is 0 (text). Other values 1 (HTML) and 2 (preview).
splitRatio. The current split ratio of the view and text panes. Default is 0.5, each pane using 50% of the window. A value of 1.0 equates to all text pane, a value of 0 to all View pane.
xattribute. Used by Crosstabs view. The name of the attribute used for the Rows values (y axis). Default is 'Name'.
xattribute2. Used by Crosstabs view. The name of the attribute used for the Columns values (x axis). Default is 'Height'.
xdisplayattribute. Used by Crosstabs view. The name of the attribute for the Display setting (the label beneath each cell). Default is 'DisplayName'.
xbarattribute. Used by Crosstabs view. The name of the attribute for the Bar setting. Default is 'OutlineOrder'.
xcontainer. Used by Crosstabs view. The path for the Container setting. Default is "" (i.e. the entire document).
xquery. Used by Crosstabs view. The name of the attribute for the Query setting. Default is "" (no value).
xqueryLabel. Used by Crosstabs view. Purpose unclear as there is no label offered for a query in this view. Default is "" (no value).
xbins. Used by Crosstabs view. The number of X-axis value columns (currently these are not user set). Default is '5'.
xunlimited. Used by Crosstabs view. X-axis setting, currently not user-set. Default is 0.
xbins2. Used by Crosstabs view. The number of Y-axis value columns (currently these are not user set). Default is '5'.
xunlimited2. Used by Crosstabs view. Y-axis setting, currently not user-set. Default is 0.
xheatmap. Used by Crosstabs view. Boolean for the Heatmap setting. Default is 0 (off).
xReportStyle. Used by Crosstabs view. The last used format option in the pop-up export menu. Default is 0 (first list item).
spacing. Used by Hyperbolic view, for the Spacing control. Default is 0.35.
aspect. Used by Hyperbolic view, for the Aspect Ratio control. Default is 2.
hyperbolicScale. Used by Hyperbolic view, for the Spacing control. Default is 0.35.
path. Used by Hyperbolic view, name of the link type selected in the Highlight pop-up. Default is "" (no value).
focus. Used by Hyperbolic view, holds the $ID of the current centre focussed item in the view.
hasBorder. Used by Hyperbolic view, the Boolean value set of the Border control in the view's properties pop-up. Default is 0.
isVertical. Used by Hyperbolic view, the Boolean value set of the Vertical control in the view's properties pop-up. Default is 0.
isCentered. Used by Hyperbolic view, the Boolean value set of the Centered control in the view's properties pop-up. Default is 1.
lineType. Used by Hyperbolic view, the menu option set in the Connecting Lines control in the view's properties pop-up. Zero-based, default is 2.
itemWidth="220". Used by Hyperbolic view, the value set in the Item Width control in the view's properties pop-up. Default is 220.
xspace. Used by Hyperbolic view, the value set in the Horizontal Spacing control in the view's properties pop-up. Default is 10.
yspace. Used by Hyperbolic view, the value set in the Vertical Spacing control in the view's properties pop-up. Default is 10.
showColumns. A value of 1 is set if outline column display is enabled, otherwise the value is 0. Note that the value is still 0 if an Attribute Browser uses column view.
usingCheckboxes. A value of 1 is set if checkbox display is enabled, otherwise the value is 0.
columnString. A string list of displayed values. Default is an empty string "". There are different styles of storing data for Outline vs Attribute Browser views:
- Outline:
columnString="_(200);MyNumber(100;2);Created(122;d/m/y h:mm);"
. Each list item is the attribute name ('_' implies $Name), and in parentheses a nested list of column width in pixels and the date format string (Date-type) or number of decimal places (all other data types). - Attribute Browser:
columnString="Name;DescendantCount"
. A simple list of column head (attribute) titles.
treemapExpression. Treemap only. Expression used for mapping item area in the Treemap Expression control. Default value is "".
treemapColorExpression. Treemap only. Expression used for item fill colour value in the Color control. Default value is "".
treemapBorderColorExpression. Treemap only. Expression used for item border colour value in the Border Color control. Default value is "".
treemapColorStart. Treemap only. Shading Start colour. Default value: #fffef9100".
treemapColorEnd. Treemap only. Shading End colour. Default value: "#ccd5bf100".
treemapDepth. Treemap only. Maximum Depth setting. Default value: 3.
attribute. Attribute Browser view only. The selected attribute for review. Default value "".
container. Attribute Browser view only. The path value for the optional scoping container control. Default value "".
bins. Attribute Browser view only. The number of bins used to numerical attributes. Default value 10.
sortAttribute. Attribute Browser view only. The selected attribute for sorting the view.
sortDirections. Attribute Browser view only. Boolean toggle for sorting the selected attribute's values in ascending (default:0) or descending order.
summaryAttribute. Attribute Browser view only. The name of the summary attribute used to summarise each value. Default value "".
summaryMethod. Attribute Browser view only. The text value of the selected summary type (right pop-up). Default value "".
query. Attribute Browser view only. The optional query code applied by the query. Default value "".
queryLabel. Attribute Browser view only. The text label for the query control when a query is set. Default value "".
action. Attribute Browser view only. The optional action code (action control) applied by the query. Default value "".
actionLabel. Attribute Browser view only. The text label for the action. Default value "".
fontSize. Font size to use for displaying Attribute Browsers views. Default value 12.
showFilter. Outline view only. Boolean for showing the view pane filter bar. Default value 0 (off).
filterString. Outline view only. Last-used filter string. Default value "".