HTML element: <param>
Availability
|
BlackBerry®
Device Software 4.0 or later
|
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.
Attributes
Attribute
|
Value(s)
|
Description
|
Availability
|
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.0 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.0 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.