| |||||||
FRAMES NO FRAMES |
<a:results id="results" mapId="map1" value="#{mapContext.attributes.webappResults}" xslFile="results.xsl" />
Tag Information | |
Tag Class | com.esri.adf.web.faces.taglib.TocTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| The ValueExpression linking this component to a property in a backing bean. |
rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Indicates whether or not the component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
value | true | false | javax.el.ValueExpression
(must evaluate to com.esri.adf.web.data.TocModel )
| The current value of the component. Must be an object of type TocModel . |
mapId | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| ID of the associated Map component. |
xslFile | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| References a xsl file associated with the component. By default, toc.xsl in the WEB-INF/classes/xsl directory is used, and no value needs to be assigned to this attribute. It is recommended that you use results.xsl which is specially designed to provide proper formatting for displaying results. If you want to use a different xsl with the the component, 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. |
style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style(s) to be applied when the component is rendered. |
styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Space-separated list of CSS style class(es) to be applied when the component is rendered. |
clientPostBack | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Specifies AJAX behaviour of the component. If true, the component uses AJAX to communicate with the web server. If false, the component causes a full-page postback instead. Default value is true. |
autoPostBack | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Specifies if the component should immediately notify the web server when the component's state changes. |
textStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style(s) to be applied for the text within the component. |
textStyleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Cascading style sheet class for the text within the component. |
indentWidth | false | false | javax.el.ValueExpression
(must evaluate to int )
| Number of spaces for indenting hierarchial nodes in the component. |
collapsedImage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Image representing a collapsed node in the component. When clicked, the node expands. |
expandedImage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Image representing an expanded node in the component. When clicked, the node collapses. |
resourceImage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Image representing the root node in the component. |
showExpanded | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Specifies whether the component should expand all nodes by default. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |