Object: HTMLAppletElement
The HTMLAppletElement object represents an <applet> element in an HTML document.
The <applet> element embeds an applet into an HTML document. The <applet> element is deprecated in HTML 4.01 and is not supported by the BlackBerry® Browser.
HTMLAppletElement is supported in the BlackBerry Browser’s JavaScript® implementation to conform with the HTML DOM Level 2 specification. However, <applet> elements will not be visually displayed in the browser and will not have any impact on the document layout.
HTMLAppletElement properties
|
Property name |
Type |
Description |
Status |
Support level |
Availability |
|---|---|---|---|---|---|
|
DOMString |
Specifies the horizontal or vertical alignment the object, relative to the surrounding text. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies alternate text that is rendered when the normal content of the element is not. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies a comma-separated list of URIs pointing to archives which contain resources for the applet. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies the location of the class file for the applet. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies the Base URI for the applet’s code and data. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies the height of the applet. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
int |
Specifies the amount of white space, in pixels, inserted to the left and right of the applet. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies the name for the applet. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies a resource containing a serialized representation of an applet's state, which provides the applet’s class name, but not the implementation. The class name is used to retrieve the implementation. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
int |
Specifies the amount of white space, in pixels, inserted above and below the applet. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies the width of the object. |
writable |
DOM 2 HTML |
4.6 or later |