phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Composant Twitter Bootstrap Popover. More...
Public Member Functions | |
__construct (JsUtils $js) | |
Public Member Functions inherited from Tooltip | |
attach ($identifier) | |
setAnimation ($value) | |
Apply a CSS fade transition to the tooltip if set to true. | |
setDelai ($value) | |
Delay showing and hiding the tooltip (ms) - does not apply to manual trigger type If a number is supplied, delay is applied to both hide/show Object structure is: delay: { "show": 500, "hide": 100 }. | |
setHtml ($value) | |
Insert HTML into the tooltip. | |
setPlacement ($value) | |
How to position the tooltip - top | bottom | left | right | auto. | |
setSelector ($value) | |
If a selector is provided, tooltip objects will be delegated to the specified targets. | |
setTemplate ($value) | |
Base HTML to use when creating the tooltip. | |
setTitle ($value) | |
Default title value if title attribute isn't present. | |
setTrigger ($value) | |
How tooltip is triggered - click | hover | focus | manual. | |
setViewport ($value) | |
Keeps the tooltip within the bounds of this element. | |
onShow ($jsCode) | |
This event fires immediately when the show instance method is called. | |
onShown ($jsCode) | |
This event is fired when the tooltip has been made visible to the user (will wait for CSS transitions to complete). | |
onHide ($jsCode) | |
This event is fired immediately when the hide instance method has been called. | |
onHidden ($jsCode) | |
This event is fired when the tooltip has finished being hidden from the user (will wait for CSS transitions to complete). | |
Public Member Functions inherited from SimpleExtComponent | |
addEvent ($event, $jsCode) | |
getScript () | |
addCode ($jsCode) | |
Public Member Functions inherited from SimpleComponent | |
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 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) | |
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 | |
__construct | ( | JsUtils | $js | ) |
Reimplemented from Tooltip.
Definition at line 15 of file Popover.php.