ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setType (int $a_value) | |
setMin (int $a_value) | |
setMax (int $a_value) | |
setCaption (string $a_value) | |
setShowCaption (bool $a_value) | |
setStriped (bool $a_value) | |
setAnimated (bool $a_value) | |
setCurrent (float $a_value) | |
setAsyncStatusUrl (string $a_target) | |
setAsynStatusTimeout (int $a_timeout) | |
setId (string $a_id) | |
render () | |
Static Public Member Functions | |
static | getInstance () |
Data Fields | |
const | TYPE_INFO = 1 |
const | TYPE_SUCCESS = 2 |
const | TYPE_WARNING = 3 |
const | TYPE_DANGER = 4 |
Protected Member Functions | |
__construct () | |
Protected Attributes | |
ilGlobalTemplateInterface | $main_tpl |
int | $min = 0 |
int | $max = 0 |
int | $current = 0 |
bool | $show_caption = false |
int | $type = 0 |
string | $caption = "" |
bool | $striped = false |
bool | $animated = false |
string | $ajax_url = '' |
int | $ajax_timeout = 5 |
string | $unique_id = '' |
int | $async_timeout = 0 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Progress bar GUI
Definition at line 25 of file class.ilProgressBar.php.
|
protected |
Definition at line 46 of file class.ilProgressBar.php.
References $DIC, setMax(), setMin(), setShowCaption(), setStriped(), and setType().
|
static |
Definition at line 59 of file class.ilProgressBar.php.
Referenced by ilObjectCopyProgressTableGUI\fillRow(), and ilObjWikiGUI\getUserHTMLExportProgressObject().
ilProgressBar::render | ( | ) |
Definition at line 127 of file class.ilProgressBar.php.
References ilUtil\getImagePath().
ilProgressBar::setAnimated | ( | bool | $a_value | ) |
Definition at line 102 of file class.ilProgressBar.php.
ilProgressBar::setAsyncStatusUrl | ( | string | $a_target | ) |
Definition at line 112 of file class.ilProgressBar.php.
ilProgressBar::setAsynStatusTimeout | ( | int | $a_timeout | ) |
Definition at line 117 of file class.ilProgressBar.php.
ilProgressBar::setCaption | ( | string | $a_value | ) |
Definition at line 87 of file class.ilProgressBar.php.
ilProgressBar::setCurrent | ( | float | $a_value | ) |
Definition at line 107 of file class.ilProgressBar.php.
References ILIAS\Repository\int().
ilProgressBar::setId | ( | string | $a_id | ) |
Definition at line 122 of file class.ilProgressBar.php.
ilProgressBar::setMax | ( | int | $a_value | ) |
Definition at line 82 of file class.ilProgressBar.php.
Referenced by __construct().
ilProgressBar::setMin | ( | int | $a_value | ) |
Definition at line 77 of file class.ilProgressBar.php.
Referenced by __construct().
ilProgressBar::setShowCaption | ( | bool | $a_value | ) |
Definition at line 92 of file class.ilProgressBar.php.
Referenced by __construct().
ilProgressBar::setStriped | ( | bool | $a_value | ) |
Definition at line 97 of file class.ilProgressBar.php.
Referenced by __construct().
ilProgressBar::setType | ( | int | $a_value | ) |
Definition at line 64 of file class.ilProgressBar.php.
References $valid.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilProgressBar.php.
|
protected |
Definition at line 41 of file class.ilProgressBar.php.
|
protected |
Definition at line 40 of file class.ilProgressBar.php.
|
protected |
Definition at line 44 of file class.ilProgressBar.php.
|
protected |
Definition at line 38 of file class.ilProgressBar.php.
|
protected |
Definition at line 35 of file class.ilProgressBar.php.
|
protected |
Definition at line 31 of file class.ilProgressBar.php.
|
protected |
Definition at line 34 of file class.ilProgressBar.php.
|
protected |
Definition at line 33 of file class.ilProgressBar.php.
|
protected |
Definition at line 36 of file class.ilProgressBar.php.
|
protected |
Definition at line 39 of file class.ilProgressBar.php.
|
protected |
Definition at line 37 of file class.ilProgressBar.php.
|
protected |
Definition at line 43 of file class.ilProgressBar.php.
const ilProgressBar::TYPE_DANGER = 4 |
Definition at line 30 of file class.ilProgressBar.php.
const ilProgressBar::TYPE_INFO = 1 |
Definition at line 27 of file class.ilProgressBar.php.
const ilProgressBar::TYPE_SUCCESS = 2 |
Definition at line 28 of file class.ilProgressBar.php.
Referenced by ilObjectCopyProgressTableGUI\fillRow().
const ilProgressBar::TYPE_WARNING = 3 |
Definition at line 29 of file class.ilProgressBar.php.