phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Accordion.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\components
;
4
5
use
Ajax\JsUtils
;
6
7
class
Accordion
extends
SimpleSemExtComponent
{
8
9
public
function
__construct
(
JsUtils
$js
) {
10
parent::__construct($js);
11
$this->uiName=
"accordion"
;
12
}
13
19
public
function
setOn
($value=
"click"
) {
20
return
$this->
setParam
(
"on"
, $value);
21
}
22
23
public
function
setExclusive
($value=
true
) {
24
return
$this->
setParam
(
"exclusive"
, $value);
25
}
26
}
Ajax\semantic\components
Definition:
Accordion.php:3
Ajax\semantic\components\SimpleSemExtComponent
Definition:
SimpleSemExtComponent.php:8
Ajax\semantic\components\Accordion\setExclusive
setExclusive($value=true)
Definition:
Accordion.php:23
Ajax\common\components\BaseComponent\$js
$js
Definition:
BaseComponent.php:20
Ajax\semantic\components\Accordion\setOn
setOn($value="click")
Definition:
Accordion.php:19
Ajax\JsUtils
JQuery PHP library.
Definition:
JsUtils.php:23
JsUtils
Ajax\semantic\components\Accordion\__construct
__construct(JsUtils $js)
Definition:
Accordion.php:9
Ajax\common\components\BaseComponent\setParam
setParam($key, $value)
Definition:
BaseComponent.php:35
Ajax\semantic\components\Accordion
Definition:
Accordion.php:7
Ajax
semantic
components
Accordion.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13