Applet. Supports 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 objects
- 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 (Unit: pixel)
- id
- Component ID
- lang
- Language code
- language
- Script language
- name
- Name of the object
- src
- Loading address of the object (URL)
- title
- Same as the class property in HTML.
- unselectable
- Whether the element selection is disabled or not
- vspace
- Vertical margin of the object (Unit: pixel)
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 objects
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 (Unit: pixel)
Same as the "hspace" property in the < applet> tag. - id
-
Component ID
The component ID is allocated as a global object. The script can access each object through the 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
-
Same as the title property in HTML. The title is displayed upon the end user’s moving the mouse over the component. Generally used to support web accessibility.
- unselectable
-
Whether the element selection is disabled or not
Same as the "unselectable" property in the < applet> tag. - vspace
-
Vertical margin of the object (Unit: pixel)
Same as the "vspace" property in the < applet> tag.