adf
Tag toc


Displays the Table of Contents of the associated map.


Tag Information
Tag Classcom.esri.adf.web.faces.taglib.TocTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringProgrammatic name of the control.
bindingfalsetruejava.lang.StringThe value binding expression linking this component to a property in a backing bean.
renderedfalsetruejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
valuetruefalsejava.lang.StringThe value binding expression for the WebToc object (managed bean) associated with this control.
mapIdtruetruejava.lang.StringReferences an id associated with the map control.
xslFilefalsetruejava.lang.StringReferences a xsl file associated with the toc control. By default, toc.xsl in the WEB-INF/classes/xsl directory is used, and no value needs to be assigned to this attribute. If you want to use a different xsl with the toc control, you must reference the new xsl file. For example, if the xsl file is named myxsl.xsl, it should be placed in the WEB-INF/classes/xsl directory, and the value "myxsl.xsl" should be assigned to this attribute.
stylefalsetruejava.lang.StringCSS style(s) to be applied when this control is rendered.
styleClassfalsetruejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
clientPostBackfalsetruejava.lang.StringReferences a client side post back associated with this control.
autoPostBackfalsetruejava.lang.StringCauses an automatic postback when there is a change in state.
textStylefalsetruejava.lang.StringCSS style(s) to be applied for the text within TOC control.
textStyleClassfalsetruejava.lang.StringCascading style sheet class for the text within TOC control.
indentWidthfalsetruejava.lang.StringNumber of spaces to indent in the TOC hierarchy.
collapsedImagefalsetruejava.lang.StringLocation of clickable image representing a collapsed node in the table of contents. When clicked, the node expands.
expandedImagefalsetruejava.lang.StringLocation of clickable image representing an expanded node in the table of contents. When clicked, the node collapses.
resourceImagefalsetruejava.lang.StringImage representing the resource node in the table of contents.
showExpandedfalsetruejava.lang.StringDetermines whether the TOC shows expandable nodes.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.