![]() HTML_Progress2 : The Definitive Guide
|
HTML_Progress2::getIncrement
- Returns the progress meter increment valueHTML_Progress2::setIncrement
- Sets the progress meter increment valuegetIncrement()
and
setIncrement()
methods provides reading and setting of the progress meter's step property.
HTML_Progress2::getMinimum
- Returns the progress meter minimum valueHTML_Progress2::setMinimum
- Sets the progress meter minimum valuegetMinimum()
and
setMinimum()
methods provides reading and setting of the progress meter's minimum property.
HTML_Progress2::getMaximum
- Returns the progress meter maximum valueHTML_Progress2::setMaximum
- Sets the progress bar's maximum value.getMaximum()
and
setMaximum()
methods provides reading and setting of the progress meter's maximum property.
HTML_Progress2::getValue
- Returns the progress meter current valueHTML_Progress2::setValue
- Sets the progress meter current valuegetValue()
and
setValue()
methods provides reading and setting of the progress meter's current value property.
HTML_Progress2::incValue
- Updates the internal progress meter current valueHTML_Progress2::moveStep
- Changes new value of the progress meter by step increaseHTML_Progress2::moveNext
- Changes new value of the progress meter by increment increaseHTML_Progress2::getPercentComplete
- Returns the percent complete of the progress meterThese methods provides setting to go to next step/value of the progress meter, and reading
getPercentComplete()
to detect if task is completed.
HTML_Progress2 : The Definitive Guide | v 2.1.0 : August 12, 2006 |