import "HTMLAppletElement.idl";
Inherits HTMLElement.
Inheritance diagram for HTMLAppletElement:


Public Attributes | |
| attribute DOMString | align |
| attribute DOMString | alt |
| attribute DOMString | archive |
| attribute DOMString | code |
| attribute DOMString | codeBase |
| attribute DOMString | height |
| attribute DOMString | hspace |
| attribute DOMString | name |
| attribute DOMString | object |
| attribute DOMString | vspace |
| attribute DOMString | width |
Definition at line 23 of file HTMLAppletElement.idl.
| attribute DOMString align |
Definition at line 24 of file HTMLAppletElement.idl.
| attribute DOMString alt |
Definition at line 25 of file HTMLAppletElement.idl.
| attribute DOMString archive |
Definition at line 26 of file HTMLAppletElement.idl.
| attribute DOMString code |
Definition at line 27 of file HTMLAppletElement.idl.
| attribute DOMString codeBase |
Definition at line 28 of file HTMLAppletElement.idl.
| attribute DOMString height |
Definition at line 29 of file HTMLAppletElement.idl.
| attribute DOMString hspace |
Definition at line 33 of file HTMLAppletElement.idl.
| attribute DOMString name |
Definition at line 35 of file HTMLAppletElement.idl.
| attribute DOMString object |
Definition at line 36 of file HTMLAppletElement.idl.
| attribute DOMString vspace |
Definition at line 40 of file HTMLAppletElement.idl.
| attribute DOMString width |
Definition at line 42 of file HTMLAppletElement.idl.
1.5.1