Supports the use of the applet.
Type
- uiplugin
Property Summary
- accesskey
- Short-cut key to access the object
- align
- Text alignment
- altHTML
- HTML to replace upon failure of the object loading
- archive
- String for the archiving function of the object
- class
- Class to apply to the object
- code
- Location of the file that contains Java class
- codebase
- Address of the object (URL)
- datafld
- Data field created by the oncellchange event
- datasrc
- Source to the data
- groupid
- groupid of the object
- hidefocus
- Whether the object recognizes focusing or not
- hspace
- Horizontal margin of the object (in pixels)
- id
- Component ID
- lang
- Language code
- language
- Script language
- name
- Name of the object
- src
- Loading address of the object (URL)
- title
- Title of the object
- unselectable
- Whether the element selection is disabled or not
- vspace
- Vertical margin of the object (in pixels)
Event Summary
Method Summary
Property Detail
- accesskey
- 
Short-cut key to access the object
 Same as the "accesskey" property in the applet tag.
- align
- 
Text alignment
 Same as the "align" property in the applet tag.
- altHTML
- 
HTML to replace upon failure of the object loading
 Same as the "altHTML" property in the applet tag.
- archive
- 
String for the archiving function of the object
 Same as the "archive" property in the applet tag.
- class
- 
Class to apply to the object
 Same as the "class" property in the applet tag.
- code
- 
Location of the file that contains Java class
 Same as the "code" property in the applet tag.
- codebase
- 
Address of the object (URL)
 Same as the "codebase" property in the applet tag.
- datafld
- 
Data field created by the oncellchange event
 Same as the "datafld" property in the applet tag.
- datasrc
- 
Source to the data
 Same as the "datasrc" property in the applet tag.
- groupid
- 
groupid of the object
 Same as the "groupid" property in the applet tag.
- hidefocus
- 
Whether the object recognizes focusing or not
 Same as the "hidefocus" property in the applet tag.
- hspace
- 
Horizontal margin of the object (in pixels)
 Same as the "hspace" property in the applet tag.
- id
- 
Component ID
- lang
- 
Language code
 Same as the "lang" property in the applet tag.
- language
- 
Script language
 Same as the "language" property in the applet tag.
- name
- 
Name of the object
 Same as the "name" property in the applet tag.
- src
- 
Loading address of the object (URL)
 Same as the "src" property in the applet tag.
- title
- 
Title of the object
 Same as the "title" property of the appet tag.
- unselectable
- 
Whether the element selection is disabled or not
 Same as the "unselectable" property in the applet tag.
- vspace
- 
Vertical margin of the object (in pixels)
 Same as the "vspace" property in the applet tag.