class js.html.ObjectElement extends Element
Available on js
DOM Object
objects expose the HTMLObjectElement (or HTML 4 HTMLObjectElement) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of Object element, representing external resources.
Documentation for this class was provided by MDN.
Instance Fields
The name of an applet class file, containing either the applet's subclass, or the path to get to the class, including the class file itself.
Obsolete in HTML5.Reflects the {{htmlattrxref("height", "object)}} HTML attribute, specifying the displayed height of the resource in CSS pixels.
Reflects the {{htmlattrxref("type", "object)}} HTML attribute, specifying the MIME type of the resource.
Reflects the {{htmlattrxref("usemap", "object)}} HTML attribute, specifying a {{HTMLElement("map")}} element to use.
A localized message that describes the validation constraints that the control does not satisfy (if any). This is the empty string if the control is not a candidate for constraint validation (willValidate is false), or it satisfies its constraints.
Reflects the
width
HTML attribute, specifying the displayed width of the resource in CSS pixels.var willValidate:Bool
Indicates whether the element is a candidate for constraint validation. Always false for object
objects.