phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
Progress.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\components
;
4
5
use
Ajax\JsUtils
;
6
7
class
Progress
extends
SimpleSemExtComponent
{
8
9
public
function
__construct
(
JsUtils
$js
) {
10
parent::__construct(
$js
);
11
$this->uiName=
"progress"
;
12
}
13
14
public
function
setOnChange
($jsCode) {
15
return
$this->params[
"onChange"
]=$jsCode;
16
}
17
18
public
function
setText
($values) {
19
return
$this->params[
"text"
]=$values;
20
}
21
}
Ajax\JsUtils
JQuery PHP library.
Definition
JsUtils.php:23
Ajax\common\components\BaseComponent\$js
$js
Definition
BaseComponent.php:20
Ajax\semantic\components\Progress
Definition
Progress.php:7
Ajax\semantic\components\Progress\setText
setText($values)
Definition
Progress.php:18
Ajax\semantic\components\Progress\setOnChange
setOnChange($jsCode)
Definition
Progress.php:14
Ajax\semantic\components\Progress\__construct
__construct(JsUtils $js)
Definition
Progress.php:9
Ajax\semantic\components\SimpleSemExtComponent
Definition
SimpleSemExtComponent.php:8
Ajax\semantic\components
Definition
Accordion.php:3
Ajax
semantic
components
Progress.php
Generated on Sun Dec 10 2023 16:16:00 for
phpMv-UI
by
doxygen
1.9.8