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