Object: HTMLParamElement
Availability
|
BlackBerry®
Device Software version 4.6 or later
|
Extends
|
HTMLElement
|
The HTMLParamElement object represents a <param> element in an HTML document.
The <param> element defines the run-time parameters for an object. The parameter is a name-value pair, specified by the name and value attributes.
HTMLParamElement properties
|
Property name
|
Type
|
Description
|
Status
|
Support level
|
Availability
|
|
name
|
DOMString
|
Specifies a unique name for the parameter.
|
writable
|
DOM 2 HTML
|
4.6 or later
|
|
type
|
DOMString
|
Specifies the content type.
|
writable
|
DOM 2 HTML
|
4.6 or later
|
|
value
|
DOMString
|
Specifies the value of the parameter.
|
writable
|
DOM 2 HTML
|
4.6 or later
|
|
valueType
|
DOMString
|
Specifies the type of the
value property. The
value property can be one of the following
types:
- data: The specified
value is passed to the object as a string.
- object: The specified
value is an object declaration in the same document.
- ref: The value is a
URI that specifies where the run-time values are located.
|
writable
|
DOM 2 HTML
|
4.6 or later
|
Was this information helpful? Send us your comments.