Renders a <map> tag.
This is expected to be used along with nested <ao:area> tags.
Tag Information
| Tag Class: | com.aoapps.taglib.MapTag |
|---|---|
| TagExtraInfo Class: | com.aoapps.taglib.ElementTagTEI |
| Body Content: | scriptless |
| Display Name: | None |
| Dynamic Attributes: | true |
Attributes
| Name | Required | Evaluation | Type | Description |
|---|---|---|---|---|
| id | No | Runtime | String |
The required id (and name) of the map. Must be provided as either this attribute or a nested <ao:id> tag. A nested <ao:id> tag will override this value.
For maximum HTML/XHTML and HTML 4/5 compatibility, this value is
written as both
The |
| class | No | Runtime | Object |
The CSS class for the element. A nested <ao:class> tag will override this value. |
| dir | No | Runtime | String |
The dir of the element. A nested <ao:dir> tag will override this value. |
| style | No | Runtime | Object |
The CSS style for the element. A nested <ao:style> tag will override this value. |
Variables
No Variables Defined.