ProgressBar
Table of Contents
Properties
-
$bgr_color
: mixed
-
$border
: mixed
-
$brd_color
: mixed
-
$color
: mixed
-
$direction
: mixed
-
$frame
: mixed
-
$height
: mixed
-
$label
: mixed
-
$left
: mixed
-
$max
: mixed
-
$min
: mixed
-
$pedding
: mixed
-
$top
: mixed
-
$width
: mixed
-
$code
: mixed
-
$position
: mixed
-
$status
: mixed
-
$step
: mixed
Methods
-
__construct()
: mixed
-
addButton()
: mixed
-
addLabel()
: mixed
-
getHtml()
: mixed
-
hide()
: mixed
-
moveMin()
: mixed
-
moveNext()
: mixed
-
moveStep()
: mixed
-
setBarBackground()
: mixed
-
setBarColor()
: mixed
-
setBarDirection()
: mixed
-
setFrame()
: mixed
-
setLabelBackground()
: mixed
-
setLabelColor()
: mixed
-
setLabelFont()
: mixed
-
setLabelPosition()
: mixed
-
setLabelValue()
: mixed
-
show()
: mixed
-
unhide()
: mixed
-
_calculatePercent()
: mixed
-
_calculatePosition()
: mixed
-
_setStep()
: mixed
$bgr_color
public
mixed
$bgr_color
= '#c0c0c0'
$border
public
mixed
$border
= 1
$brd_color
public
mixed
$brd_color
= '#000000'
$color
public
mixed
$color
= '#0033ff'
$direction
public
mixed
$direction
= 'right'
$frame
public
mixed
$frame
= array('show' => \false)
$height
public
mixed
$height
= 25
$label
public
mixed
$label
= array()
$left
public
mixed
$left
= 10
$max
public
mixed
$max
= 100
$min
public
mixed
$min
= 0
$pedding
public
mixed
$pedding
= 0
$top
public
mixed
$top
= 25
$width
public
mixed
$width
= 300
$code
private
mixed
$code
$position
private
mixed
$position
= array()
$status
private
mixed
$status
= 'new'
$step
private
mixed
$step
= 0
__construct()
public
__construct([mixed $params = array() ]) : mixed
Parameters
-
$params
: mixed
= array()
-
public
addButton(string $name, mixed $value, string $action[, mixed $target = 'self' ]) : mixed
Parameters
-
$name
: string
-
-
$value
: mixed
-
-
$action
: string
-
-
$target
: mixed
= 'self'
-
addLabel()
public
addLabel(string $type, string $name[, mixed $value = ' ' ]) : mixed
Parameters
-
$type
: string
-
-
$name
: string
-
-
$value
: mixed
= ' '
-
getHtml()
public
getHtml() : mixed
hide()
public
hide() : mixed
moveMin()
public
moveMin() : mixed
moveNext()
public
moveNext() : mixed
moveStep()
public
moveStep(int $step) : mixed
Parameters
-
$step
: int
-
setBarBackground()
public
setBarBackground(mixed $color) : mixed
Parameters
-
$color
: mixed
-
setBarColor()
public
setBarColor(mixed $color) : mixed
Parameters
-
$color
: mixed
-
setBarDirection()
public
setBarDirection(mixed $direction) : mixed
Parameters
-
$direction
: mixed
-
setFrame()
public
setFrame([mixed $width = 0 ][, mixed $height = 0 ]) : mixed
Parameters
-
$width
: mixed
= 0
-
-
$height
: mixed
= 0
-
setLabelBackground()
public
setLabelBackground(mixed $name, mixed $color) : mixed
Parameters
-
$name
: mixed
-
-
$color
: mixed
-
setLabelColor()
public
setLabelColor(mixed $name, mixed $color) : mixed
Parameters
-
$name
: mixed
-
-
$color
: mixed
-
setLabelFont()
public
setLabelFont(mixed $name, mixed $size[, mixed $family = '' ][, mixed $weight = '' ]) : mixed
Parameters
-
$name
: mixed
-
-
$size
: mixed
-
-
$family
: mixed
= ''
-
-
$weight
: mixed
= ''
-
setLabelPosition()
public
setLabelPosition(mixed $name, mixed $left, mixed $top, mixed $width, mixed $height[, mixed $align = '' ]) : mixed
Parameters
-
$name
: mixed
-
-
$left
: mixed
-
-
$top
: mixed
-
-
$width
: mixed
-
-
$height
: mixed
-
-
$align
: mixed
= ''
-
setLabelValue()
public
setLabelValue(string $name, mixed $value) : mixed
Parameters
-
$name
: string
-
-
$value
: mixed
-
show()
public
show() : mixed
unhide()
public
unhide() : mixed
_calculatePercent()
private
_calculatePercent(int $step) : mixed
Parameters
-
$step
: int
-
_calculatePosition()
private
_calculatePosition(int $step) : mixed
Parameters
-
$step
: int
-
_setStep()
private
_setStep(int $step) : mixed
Parameters
-
$step
: int
-