A"
From Documentation
Line 17: | Line 17: | ||
<source lang="xml" > | <source lang="xml" > | ||
− | + | <a href="http://www.zkoss.org" label="Visit ZK!"/> | |
+ | </source> | ||
+ | |||
+ | You could append child components to <javadoc>org.zkoss.zul.A</javadoc> too: | ||
+ | |||
+ | <source lang="xml"> | ||
+ | <a href="http://www.zkoss.org" label="Visit ZK!" image="zk.png"> | ||
+ | <grid> | ||
+ | <rows> | ||
+ | <row>What ever content</row> | ||
+ | </rows> | ||
+ | </grid> | ||
+ | </a> | ||
</source> | </source> | ||
Revision as of 06:51, 20 October 2010
A
Employment/Purpose
The same as HTML A tag.
Example
<a href="http://www.zkoss.org" label="Visit ZK!"/>
You could append 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>
Supported events
None | None |
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.5 | October, 2010 | The A component supports children. |