A"

From Documentation
Line 17: Line 17:
  
 
<source lang="xml" >
 
<source lang="xml" >
  <a href="http://www.zkoss.org">Visit ZK!</a>
+
<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

  • Demonstration: N/A
  • Java API: A
  • JavaScript API: A

Employment/Purpose

The same as HTML A tag.


Example

ZKComRef A Examples.PNG

<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

Name
Event Type
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.



Last Update : 2010/10/20

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.