phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Composant Twitter Bootstrap Tab. More...
Public Member Functions | |
__construct (JsUtils $js) | |
getTabs () | |
setTabs (array $tabs) | |
addTab ($tab) | |
getTab ($index) | |
show ($index) | |
onShow ($index, $jsCode) | |
This event fires on tab show, but before the new tab has been shown. | |
onShown ($index, $jsCode) | |
This event fires on tab show after a tab has been shown. | |
onHide ($index, $jsCode) | |
This event fires when a new tab is to be shown (and thus the previous active tab is to be hidden). | |
onHidden ($index, $jsCode) | |
This event fires after a new tab is shown (and thus the previous active tab is hidden). | |
Public Member Functions inherited from SimpleExtComponent | |
addEvent ($event, $jsCode) | |
getScript () | |
addCode ($jsCode) | |
Public Member Functions inherited from SimpleComponent | |
attach ($identifier) | |
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) | |
Protected Attributes | |
$tabs | |
Protected Attributes inherited from SimpleExtComponent | |
$events =array () | |
$jsCodes =array () | |
Protected Attributes inherited from SimpleComponent | |
$attachTo | |
$itemSelector | |
$uiName | |
$events | |
Protected Attributes inherited from BaseComponent | |
$params =array () | |
$js | |
Additional Inherited Members | |
Data Fields inherited from BaseComponent | |
$jquery_code_for_compile =array () | |
Protected Member Functions inherited from SimpleExtComponent | |
compileJsCodes () | |
Protected Member Functions inherited from SimpleComponent | |
compileEvents () | |
_createSelector ($itemSelector, $selector) | |
compileJQueryCode () | |
setParamCtrl ($key, $value, $typeCtrl) | |
Protected Member Functions inherited from BaseComponent | |
getParamsAsJSON ($params) | |
__construct | ( | JsUtils | $js | ) |
Reimplemented from SimpleComponent.
onHidden | ( | $index, | |
$jsCode | |||
) |
onHide | ( | $index, | |
$jsCode | |||
) |
onShow | ( | $index, | |
$jsCode | |||
) |
onShown | ( | $index, | |
$jsCode | |||
) |