| |||||||
FRAMES NO FRAMES |
<a:toolbar id="toolbar1" mapId="map1" activeTool="ZoomIn">
...
</a:toolbar>
Tag Information | |
Tag Class | com.esri.adf.web.faces.taglib.ToolbarTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | true | 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. |
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 toolbar control. By default, toolbar.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 toolbar 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. |
activeTool | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The active tool in the Web application. The active tool defines the interaction with the map (whether to click on the map, or draw a polygon, etc).The tool calls the approriate Javascript method for implementing client-side behaviour, and then the appropriate ToolAction on the web server. |
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. |
orientation | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The orientation in which the component lays out constituent components. Can be either HORIZONTAL or VERTICAL. |
defaultStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The CSS style to apply to constituent components by default. |
hoverStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The CSS Style to apply to constituent components when the cursor hovers over them. |
disabledStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The CSS Style to apply to constituent components that are disabled. |
selectedStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The CSS Style to apply to constituent components that are activated. |
textPosition | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Position of the constituent component's text label relative to their image. Permissible values are TOP, LEFT, BOTTOM, and RIGHT. |
toolbarStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies whether to display both image and text label for consituent components. Permissible values are IMAGEANDTEXT, TEXTONLY, and IMAGEONLY. |
Variables | ||||
No Variables Defined. |
| |||||||
FRAMES NO FRAMES |