phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Base component for JQuery UI visuals components. More...
Public Member Functions | |
__construct (JsUtils $js=NULL) | |
getScript () | |
attach ($identifier) | |
addEvent ($event, $jsCode) | |
on ($event, $jsCode) | |
getAttachTo () | |
getItemSelector () | |
setItemSelector ($itemSelector) | |
![]() | |
__construct (JsUtils $js=NULL) | |
setParam ($key, $value) | |
getParam ($key) | |
getParams () | |
compile (JsUtils $js=NULL) | |
setParams ($params) | |
addParams ($params) | |
getScript () | |
setDebug ($value) | |
setVerbose ($value) | |
Protected Member Functions | |
compileEvents () | |
_createSelector ($itemSelector, $selector) | |
compileJQueryCode () | |
setParamCtrl ($key, $value, $typeCtrl) | |
![]() | |
getParamsAsJSON ($params) | |
setParamCtrl ($key, $value, $typeCtrl) | |
Protected Attributes | |
$attachTo | |
$itemSelector | |
$uiName | |
$events | |
![]() | |
$params =array () | |
$js | |
Additional Inherited Members | |
![]() | |
$jquery_code_for_compile =array () | |
Base component for JQuery UI visuals components.
Definition at line 13 of file SimpleComponent.php.
__construct | ( | JsUtils | $js = NULL | ) |
Definition at line 19 of file SimpleComponent.php.
|
protected |
Definition at line 38 of file SimpleComponent.php.
addEvent | ( | $event, | |
$jsCode | |||
) |
Definition at line 74 of file SimpleComponent.php.
attach | ( | $identifier | ) |
String | $identifier | identifiant CSS |
Definition at line 70 of file SimpleComponent.php.
|
protected |
Definition at line 24 of file SimpleComponent.php.
|
protected |
Definition at line 46 of file SimpleComponent.php.
getAttachTo | ( | ) |
Definition at line 95 of file SimpleComponent.php.
getItemSelector | ( | ) |
Definition at line 99 of file SimpleComponent.php.
getScript | ( | ) |
Definition at line 58 of file SimpleComponent.php.
on | ( | $event, | |
$jsCode | |||
) |
Definition at line 78 of file SimpleComponent.php.
setItemSelector | ( | $itemSelector | ) |
Definition at line 103 of file SimpleComponent.php.
|
protected |
Definition at line 83 of file SimpleComponent.php.
|
protected |
Definition at line 14 of file SimpleComponent.php.
|
protected |
Definition at line 17 of file SimpleComponent.php.
|
protected |
Definition at line 15 of file SimpleComponent.php.
|
protected |
Definition at line 16 of file SimpleComponent.php.