phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
JQuery UI Phalcon library. More...
Public Member Functions | |
__construct ($autoCompile=true) | |
dialog ($attachTo=NULL, $params=NULL) | |
Retourne un composant Dialog. | |
accordion ($attachTo=NULL, $params=NULL) | |
Retourne un composant Accordion. | |
menu ($attachTo=NULL, $params=NULL) | |
Retourne un composant Menu. | |
progressbar ($attachTo=NULL, $params=NULL) | |
Retourne un composant Progressbar. | |
selectmenu ($attachTo=NULL, $params=NULL) | |
Retourne un composant Selectmenu. | |
slider ($attachTo=NULL, $params=NULL) | |
Retourne un composant Slider. | |
spinner ($attachTo=NULL, $params=NULL) | |
Retourne un composant Spinner. | |
autocomplete ($attachTo=NULL, $params=NULL) | |
Retourne un composant Autocomplete. | |
tabs ($attachTo=NULL, $params=NULL) | |
Create and return a Tabs component. | |
button ($attachTo=NULL, $params=NULL) | |
Create and return a Button component. | |
buttonSet ($attachTo=NULL, $params=NULL) | |
Create and return a ButtonSet component. | |
tooltip ($attachTo=NULL, $params=NULL) | |
Create and return a Tooltip component. | |
Public Member Functions inherited from BaseGui | |
isAutoCompile () | |
setAutoCompile ($autoCompile) | |
compile ($internal=false) | |
setJs (JsUtils $js) | |
addComponent (SimpleComponent $component, $attachTo, $params) | |
addHtmlComponent (BaseHtml $htmlComponent) | |
compileHtml (JsUtils $js=NULL, &$view=NULL) | |
matchHtmlComponents ($callback) | |
getHtmlComponent ($identifier) | |
Additional Inherited Members | |
Protected Attributes inherited from BaseGui | |
$autoCompile | |
$components | |
$htmlComponents | |
$js | |
__construct | ( | $autoCompile = true | ) |
Reimplemented from BaseGui.
Definition at line 31 of file JqueryUI.php.
accordion | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
autocomplete | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
button | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
Create and return a Button component.
string | $attachTo | css/jquery selector attached to the component |
array | $params | php array of parameters |
Definition at line 113 of file JqueryUI.php.
buttonSet | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
Create and return a ButtonSet component.
string | $attachTo | css/jquery selector attached to the component |
array | $params | php array of parameters |
Definition at line 123 of file JqueryUI.php.
dialog | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
menu | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
progressbar | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
selectmenu | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
slider | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
spinner | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
tabs | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
tooltip | ( | $attachTo = NULL , |
|
$params = NULL |
|||
) |
Create and return a Tooltip component.
string | $attachTo | css/jquery selector attached to the component |
array | $params | php array of parameters |
Definition at line 133 of file JqueryUI.php.