Applet"
From Documentation
Line 12: | Line 12: | ||
= Example = | = Example = | ||
+ | [[Image:ZKComRef_Applet_Examples.PNG]] | ||
− | + | <source lang="xml" > | |
− | + | <applet codebase="img/" code="ticker.class" msg="ZK is Simple and Rich!" width="580px" /> | |
+ | </source> | ||
=Supported events= | =Supported events= |
Revision as of 02:44, 19 May 2010
Applet
Employment/Purpose
A generic applet component
Example
<applet codebase="img/" code="ticker.class" msg="ZK is Simple and Rich!" width="580px" />
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 5/18/2010 | Initialization |