HTMLObjectElement

Module:
html
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

getSVGDocument

getSVGDocument


SVGDocument getSVGDocument() raises(DOMException); 

Member Data

align
archive
border
code
codeBase
codeType
contentDocument
data
declare
form
height
hspace
name
standby
type
useMap
vspace
width

align


attribute DOMString align; 


archive


attribute DOMString archive; 


border


attribute DOMString border; 


code


attribute DOMString code; 


codeBase


attribute DOMString codeBase; 


codeType


attribute DOMString codeType; 


contentDocument


readonly attribute Document contentDocument; 


data


attribute DOMString data; 


declare


attribute boolean declare; 


form


readonly attribute HTMLFormElement form; 


height


attribute DOMString height; 


hspace


attribute long hspace; 


name


attribute DOMString name; 


standby


attribute DOMString standby; 


type


attribute DOMString type; 


useMap


attribute DOMString useMap; 


vspace


attribute long vspace; 


width


attribute DOMString width; 

 

Last Updated: 2009-05-29