LimeSurvey API - Master branch

ProgressBar
in package

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

Properties

$frame

public mixed $frame = array('show' => \false)

Methods

__construct()

public __construct([mixed $params = array() ]) : mixed
Parameters
$params : mixed = array()

addButton()

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 = ' '

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

_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

        
On this page

Search results