HTML_Progress2 : The Definitive Guide |
HTML_Progress2::getFillWay
—
Returns fill option of the progress meter
require_once 'HTML/Progress2.php';
string HTML_Progress2::getFillWay(
)
;
;
Get 'natural' or 'reverse', depending of the fill way of progress meter. For horizontal progress bar, natural way is from left to right, and reverse way is from right to left. For vertical progress bar, natural way is from down to up, and reverse way is from up to down. The default fill way is 'natural'.
HTML_Progress2 : The Definitive Guide | v 2.4.0 : April 20, 2007 |