Applet"

From Documentation
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{ZKComponentReferencePageHeader}}
 
{{ZKComponentReferencePageHeader}}
 +
 +
{{Deprecated_Content}}
  
 
= Applet =
 
= Applet =
Line 12: Line 14:
 
A generic applet component.
 
A generic applet component.
  
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.
+
If the properties are not enough, you can use [[ZUML Reference/ZUML/Namespaces/Client Attribute| the Client-Attribute namespace]] to specify them.
  
 
<source lang="xml">
 
<source lang="xml">
<applet  xmlns:ca="http://www.zkoss.org/2005/zk/client/attribute"
+
<applet  xmlns:ca="client/attribute"
 
   ca:whatever_name="whatever_value"/>
 
   ca:whatever_name="whatever_value"/>
 
</source>
 
</source>
Line 22: Line 24:
 
=== Archive and Codebase ===
 
=== Archive and Codebase ===
  
Since 5.0.3, both <code>archive</code> and <code>codebase</code> properties are encoded with the application's context path and URL rewriting, so you don't and shall not encode it again.
+
Since 5.0.3, both <code>archive</code> and <code>codebase</code> properties are encoded with the application's context path and URL rewriting, so you don't and should not have to encode it again.
  
 
= Example =
 
= Example =
Line 34: Line 36:
 
=Supported Events=
 
=Supported Events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 49: Line 51:
 
=Use Cases=
 
=Use Cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
Line 59: Line 61:
 
=Version History=
 
=Version History=
 
{{LastUpdated}}
 
{{LastUpdated}}
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

Latest revision as of 01:44, 23 August 2023

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

Applet

  • Demonstration: N/A
  • Java API: Applet
  • JavaScript API: Applet
  • Style Guide: N/A

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

Example

ZKComRef Applet Examples.PNG

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

Supported Events

Name
Event Type
None None

Supported Children

*NONE

Use Cases

Version Description Example Location
     

Version History

Last Update : 2023/08/23


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



Last Update : 2023/08/23

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