HTML element: <param>
Availability
|
Partial support as of BlackBerry®
Device Software version 4.0.
Full support as of BlackBerry Device Software
version 4.6.
|
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.
Differences between HTML, XHTML, and XHTML-MP
In HTML, the <param> tag is not closed. To conform to XHTML (strict) or XHTML-MP, you must properly close the <param> element.
Attributes
Attribute
|
Value(s)
|
Description
|
Supported in
|
id
|
name
|
This attribute specifies a unique name for the element.
|
4.6 or later
|
name
|
text
|
Required. This attribute specifies a unique name for the parameter.
|
4.6 or later
|
type
|
MIME_type
|
This attribute specifies the media type.
|
4.6 or later
|
value
|
value
|
This attribute specifies the value of the parameter.
|
4.6 or later
|
valuetype
|
data
ref
object
|
This attribute specifies the type of the value attribute. The valuetype attribute may have one of the following values:
- data: The specified value is passed to the object as a string. This is the default value.
- 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.
|
4.6 or later
|
Index
Was this information helpful? Send us your comments.