Name
HTML_Progress2::setFrameAttributes
— Build a frame around the progress bar
Synopsis
require_once 'HTML/Progress2.php';
void HTML_Progress2::setFrameAttributes(
|
$attributes = array()) ;
|
|
NULL|array
|
$attributes = array();
|
Description
Allows to build a customisable frame (color, size) around the
progress meter.
Defaults are:
Parameter
-
NULL
|array $attributes
-
(optional) hash of style parameters
Throws
throws
HTML_PROGRESS2_ERROR_INVALID_INPUT,
HTML_PROGRESS2_ERROR_INVALID_OPTION
Note
since 2.0.0
This function can not be called statically.