Applet"
From Documentation
Jumperchen (talk | contribs) |
|||
Line 12: | Line 12: | ||
A generic applet component. | A generic applet component. | ||
− | If the properties are not enough, you can use [http:// | + | If the properties are not enough, you can use [http://books.zkoss.org/wiki/ZK_Configuration_Reference/zk.xml/The_client-config_Element the Client-Attribute namespace] to specify them. |
<source lang="xml"> | <source lang="xml"> |
Revision as of 04:52, 21 December 2010
Applet
Employment/Purpose
A generic applet component.
If the properties are not enough, you can use the Client-Attribute namespace to specify them.
<applet xmlns:ca="http://www.zkoss.org/2005/zk/client/attribute"
ca:whatever_name="whatever_value"/>
Archive and Codebase
Since 5.0.3, both archive
and codebase
properties are encoded with the application's context path and URL rewriting, so you don't and shall not encode it again.
Example
<applet codebase="img/" code="ticker.class" msg="ZK is Simple and Rich!" width="580px" />
Supported Events
None | None |
- Inherited Supported Events: HtmlBasedComponent
Supported Children
*NONE
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.3 | June 2010 | The archive, myscript, align, hspace, and vspace properties are supported |