|
phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Composant JQuery UI Menu. More...
Inheritance diagram for Buttonset:Public Member Functions | |
| __construct (JsUtils $js) | |
| setDisabled ($value) | |
| Disables the buttonSet if set to true. | |
| setItems ($value) | |
| Which descendant elements to convert manage as buttons. | |
Public Member Functions inherited from SimpleComponent | |
| getScript () | |
| attach ($identifier) | |
| addEvent ($event, $jsCode) | |
| on ($event, $jsCode) | |
| getAttachTo () | |
| getItemSelector () | |
| setItemSelector ($itemSelector) | |
Public Member Functions inherited from BaseComponent | |
| setParam ($key, $value) | |
| getParam ($key) | |
| getParams () | |
| compile (JsUtils $js=NULL) | |
| setParams ($params) | |
| addParams ($params) | |
| setDebug ($value) | |
| setVerbose ($value) | |
Additional Inherited Members | |
Data Fields inherited from BaseComponent | |
| $jquery_code_for_compile =array () | |
Protected Member Functions inherited from SimpleComponent | |
| compileEvents () | |
| _createSelector ($itemSelector, $selector) | |
| compileJQueryCode () | |
| setParamCtrl ($key, $value, $typeCtrl) | |
Protected Member Functions inherited from BaseComponent | |
| getParamsAsJSON ($params) | |
Protected Attributes inherited from SimpleComponent | |
| $attachTo | |
| $itemSelector | |
| $uiName | |
| $events | |
Protected Attributes inherited from BaseComponent | |
| $params =array () | |
| $js | |
| __construct | ( | JsUtils | $js | ) |
Reimplemented from SimpleComponent.
Definition at line 15 of file Buttonset.php.
| setDisabled | ( | $value | ) |
Disables the buttonSet if set to true.
| Boolean | $value | default : false |
Definition at line 27 of file Buttonset.php.
| setItems | ( | $value | ) |
Which descendant elements to convert manage as buttons.
default : "button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(ui-button)"
| String | $value |
Definition at line 38 of file Buttonset.php.