phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Buttonset.php
Go to the documentation of this file.
1
<?php
2
namespace
Ajax\ui\components
;
3
4
use
Ajax\JsUtils
;
5
use
Ajax\common\components\SimpleComponent
;
6
13
class
Buttonset
extends
SimpleComponent
{
14
15
public
function
__construct
(
JsUtils
$js
) {
16
parent::__construct($js);
17
$this->uiName =
"buttonset"
;
18
}
19
27
public
function
setDisabled
($value) {
28
return
$this->
setParamCtrl
(
"disabled"
, $value,
"is_bool"
);
29
}
30
38
public
function
setItems
($value) {
39
return
$this->
setParam
(
"items"
, $value);
40
}
41
}
Ajax\ui\components\Buttonset\__construct
__construct(JsUtils $js)
Definition:
Buttonset.php:15
Ajax\ui\components
Definition:
Accordion.php:2
Ajax\common\components\SimpleComponent
Base component for JQuery UI visuals components.
Definition:
SimpleComponent.php:13
SimpleComponent
Ajax\ui\components\Buttonset\setDisabled
setDisabled($value)
Disables the buttonSet if set to true.
Definition:
Buttonset.php:27
Ajax\common\components\BaseComponent\$js
$js
Definition:
BaseComponent.php:20
Ajax\JsUtils
JQuery PHP library.
Definition:
JsUtils.php:23
Ajax\ui\components\Buttonset\setItems
setItems($value)
Which descendant elements to convert manage as buttons.
Definition:
Buttonset.php:38
Ajax\ui\components\Buttonset
Composant JQuery UI Menu.
Definition:
Buttonset.php:13
JsUtils
Ajax\common\components\BaseComponent\setParam
setParam($key, $value)
Definition:
BaseComponent.php:35
Ajax\common\components\SimpleComponent\setParamCtrl
setParamCtrl($key, $value, $typeCtrl)
Definition:
SimpleComponent.php:83
Ajax
ui
components
Buttonset.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13