$background_color = '#C0C0C0'
[line 222]
Progress bar foreground color.
$border = array('width' => 1, 'style' => 'solid', 'color' => '#000000')
[line 239]
Progress bar border properties
$border = array(
'width' => 1 # width size in pixel
'style' => 'solid' # style (solid, dashed, dotted ...)
'color' => '#000000' # color
);
$direction = 'right'
[line 248]
Direction of motion (right, left, up, down).
$foreground_color = '#0033FF'
[line 213]
Progress bar foreground color.
$frame = array('show' => false)
[line 273]
Progress bar frame properties
$frame = array(
'show' => false, # frame show (true/false)
'left' => 200, # frame position from left
'top' => 100, # frame position from top
'width' => 320, # frame width
'height' => 90, # frame height
'color' => '#C0C0C0', # frame color
'border-width' => 2, # frame border width
'border-style' => 'solid', # frame border style (solid,
# dashed, dotted, inset ...)
'border-color' => '#DFDFDF #404040 #404040 #DFDFDF' # frame border color (3dfx)
);
$height =
[line 195]
Progress bar height in pixel.
$label = array()
[line 303]
Progress bar labels properties
$label = array(
'name' => array( # label name
'type' => 'text', # label type
# (text,button,step,percent,crossbar)
'value' => ' ', # label value
'left' => ($left), # label position from left
'top' => ($top - 16), # label position from top
'width' => 0, # label width
'height' => 0, # label height
'align' => 'left', # label align
'background-color' => 'transparent', # label background color
'font-family' => 'Verdana, Tahoma, Arial', # label font family
'font-size' => 11, # label font size
'font-weight' => 'normal', # label font weight
'font-style' => 'normal', # label font style
'color' => '#000000' # label font color
);
$left =
[line 168]
Progress bar position from left.
$max =
[line 150]
Maximum steps of the progress bar.
$min =
[line 141]
Minimum steps of the progress bar.
$padding =
[line 204]
Progress bar padding in pixel.
$position =
[line 159]
Progress bar position (absolute, relative).
$top =
[line 177]
Progress bar position from top.
$width =
[line 186]
Progress bar width in pixel.