File: monitorcus.php
Source Location: /HTML_Progress2-2.1.0/examples/monitor/monitorcus.php
Classes:
Page Details:
Progress2 Monitor with a new form template and progress bar color layout.
Used a function as user callback.
Includes:
require_once('HTML/Progress2/Monitor.php') [line 17]
myFunctionHandler [line 28]
void myFunctionHandler(
int $pValue, &$pb, object $pMon)
|
|
In case we have attached an indeterminate progress bar to the monitor once we have reached 60%, we swap from indeterminate mode to determinate mode and run a standard progress bar from 0 to 100%
Parameters
int |
$pValue |
current value of the progress bar |
object |
$pMon |
the progress monitor itself |
|
&$pb |
|
Documentation generated on Mon, 11 Mar 2019 14:42:49 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|