Constructors
| Constructor | Action | Mozilla | Chrome | Safari | Opera | IE | Netscape | ||
|---|---|---|---|---|---|---|---|---|---|
|
HTMLMeterElement Constructor() : HTMLMeterElement
Creates an instance of the HTMLMeterElement.
|
Show Details | no | no | no | no | no | no | ||
HTMLMeterElement() : HTMLMeterElementCreates an instance of the HTMLMeterElement. Returns
|
|||||||||
Properties
| Property | Action | Mozilla | Chrome | Safari | Opera | IE | Netscape |
|---|---|---|---|---|---|---|---|
|
value
: Number
Specifies the value to have the gauge indicate as the "measured" value.
|
Show Details | no | no | no | no | no | no |
|
|||||||
|
min
: Number
Specifies the lower bound of the range.
|
Show Details | no | no | no | no | no | no |
|
|||||||
|
max
: Number
Specifies the upper bound of the range.
|
Show Details | no | no | no | no | no | no |
|
|||||||
|
low
: Number
Specifies the range that is considered to be the "low" part.
|
Show Details | no | no | no | no | no | no |
|
|||||||
|
high
: Number
Specifies the range that is considered to be the "high" part.
|
Show Details | no | no | no | no | no | no |
|
|||||||
|
optimum
: Number
Specifies the position that is "optimum".
|
Show Details | no | no | no | no | no | no |
|
|||||||
|
form
: HTMLFormElement
Used to explicitly associate the meter element with its form owner.
|
Show Details | no | no | no | no | no | no |
|
|||||||
|
labels
: NodeList
Returns a NodeList of all the label elements that the form control is associated with.
|
Show Details | no | no | no | no | no | no |
|
|||||||
Inherited Functions
| Method | Action | Mozilla | Chrome | Safari | Opera | IE | Netscape | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
getElementsByClassName(String classNames) : NodeList
Returns a NodeList containing all the
Element nodes with the specified classNames. |
Show Details | 1.9+ | 5.0+ | 3.1+ | 9.51+ | no | no | |||||
|
Parameters
Returns
|
||||||||||||
References
Availability
JavaScript 1.2|WhatWG