Use the DimensionTree JSP tag to define a hierarchical display for a dimension member list of any length. You can also identify presentations that are to be updated when a user selects an item in this tag.
Note: The cascadingDimensionMemberList and the dimensionMemberList tags do not handle a list of unlimited length. For these list tags, you generally specify a maximum count of items allowed in the list.
dimension -- Unique identifier of the dimension whose members populate this tag.
focusColumnVisible -- Indicates whether the focus column is
visible. The default value is False
.
height -- Integer that specifies the number of pixels for the height of the dimension tree.
hierarchy -- Hierarchy to use for the specified dimension.
id -- (Required) A unique identifier for this tag.
scrollingEnabled -- Indicates whether the scrollbar is enabled.
The default value is True
.
scrollRange -- Integer that specifies the size of the scroll block, that is the number of items that are scrolled at one time.
searchControlsVisible -- Indicates whether search controls
are visible. The default value is False
.
targetPresentationIds -- Tag identifiers of any presentations that should be updated by this tag.
width -- Integer that specifies the number of pixels for the width of the dimension tree.