'''Note:''' The content of this page has been deprecated/removed in the latest version.

Removed since 10.0

Employment/PurposePermalink

A generic applet component.

If the properties are not enough, you can use the Client-Attribute namespace to specify them.

<applet  xmlns:ca="client/attribute"
  ca:whatever_name="whatever_value"/>

Archive and CodebasePermalink

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 should not have to encode it again.

ExamplePermalink

    <applet codebase="img/" code="ticker.class" msg="ZK is Simple and Rich!" width="580px" />

Supported EventsPermalink

Supported ChildrenPermalink

*NONE

Version HistoryPermalink

Version Date Content
5.0.3 June 2010 The archive, myscript, align, hspace, and vspace properties are supported