A"

From Documentation
Line 13: Line 13:
  
 
= Example =
 
= Example =
 
[[Image:ZKComRef_A_Examples.PNG]]
 
  
 
<source lang="xml" >
 
<source lang="xml" >
Line 20: Line 18:
 
</source>
 
</source>
  
You could append child components to <javadoc>org.zkoss.zul.A</javadoc> too:
+
[[Image:ZKComRef_A_Examples.PNG]]
 +
 
 +
In additions, you could add child components to <javadoc>org.zkoss.zul.A</javadoc> too:
  
 
<source lang="xml">
 
<source lang="xml">

Revision as of 06:52, 20 October 2010

A

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

Employment/Purpose

The same as HTML A tag.


Example

<a href="http://www.zkoss.org" label="Visit ZK!"/>

ZKComRef A Examples.PNG

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>

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.