A"
From Documentation
m (→Example) |
|||
Line 34: | Line 34: | ||
Notice that a child component might also handle the mouse click, so the final result of clicking on a child component is really up to which child component is used. | Notice that a child component might also handle the mouse click, so the final result of clicking on a child component is really up to which child component is used. | ||
− | =Supported | + | =Supported Events= |
{| border="1" | width="100%" | {| border="1" | width="100%" | ||
Line 43: | Line 43: | ||
| None | | None | ||
|} | |} | ||
+ | *Inherited Supported Events: [[ZK_Component_Reference/Base_Components/LabelImageElement#Supported_Events | LabelImageElement]] | ||
=Supported Children= | =Supported Children= |
Revision as of 03:42, 23 November 2010
A
Employment/Purpose
The same as HTML A tag.
Example
<a href="http://www.zkoss.org" label="Visit ZK!"/>
In additions, you could add child components to A too:
<a href="http://www.zkoss.org" label="Visit ZK!" image="zk.png">
<grid>
<rows>
<row>What ever content</row>
</rows>
</grid>
</a>
Notice that a child component might also handle the mouse click, so the final result of clicking on a child component is really up to which child component is used.
Supported Events
None | None |
- Inherited Supported Events: LabelImageElement
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.5 | October, 2010 | <javadoc>org.zkoss.zul.A</a> supports any children. |