Help Center

Local Navigation

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

Availability

name

String

Specifies a unique name for the parameter.

writable

4.6 or later

type

String

Specifies the content type.

writable

4.6 or later

value

String

Specifies the value of the parameter.

writable

4.6 or later

valueType

String

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

4.6 or later


Was this information helpful? Send us your comments.