phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
JqueryUI Class Reference

JQuery UI Phalcon library. More...

+ Inheritance diagram for JqueryUI:

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
 

Detailed Description

JQuery UI Phalcon library.

Author
jcheron
Version
1.001 Jquery JqueryUI

Definition at line 29 of file JqueryUI.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $autoCompile = true)

Reimplemented from BaseGui.

Definition at line 31 of file JqueryUI.php.

Member Function Documentation

◆ accordion()

accordion (   $attachTo = NULL,
  $params = NULL 
)

Retourne un composant Accordion.

Returns
Accordion

Definition at line 47 of file JqueryUI.php.

◆ autocomplete()

autocomplete (   $attachTo = NULL,
  $params = NULL 
)

Retourne un composant Autocomplete.

Returns
Autocomplete

Definition at line 95 of file JqueryUI.php.

◆ button()

button (   $attachTo = NULL,
  $params = NULL 
)

Create and return a Button component.

Parameters
string$attachTocss/jquery selector attached to the component
array$paramsphp array of parameters
Returns
Button

Definition at line 113 of file JqueryUI.php.

◆ buttonSet()

buttonSet (   $attachTo = NULL,
  $params = NULL 
)

Create and return a ButtonSet component.

Parameters
string$attachTocss/jquery selector attached to the component
array$paramsphp array of parameters
Returns
ButtonSet

Definition at line 123 of file JqueryUI.php.

◆ dialog()

dialog (   $attachTo = NULL,
  $params = NULL 
)

Retourne un composant Dialog.

Returns
Dialog

Definition at line 39 of file JqueryUI.php.

◆ menu()

menu (   $attachTo = NULL,
  $params = NULL 
)

Retourne un composant Menu.

Returns
Menu

Definition at line 55 of file JqueryUI.php.

◆ progressbar()

progressbar (   $attachTo = NULL,
  $params = NULL 
)

Retourne un composant Progressbar.

Returns
Progressbar

Definition at line 63 of file JqueryUI.php.

◆ selectmenu()

selectmenu (   $attachTo = NULL,
  $params = NULL 
)

Retourne un composant Selectmenu.

Returns
Selectmenu

Definition at line 71 of file JqueryUI.php.

◆ slider()

slider (   $attachTo = NULL,
  $params = NULL 
)

Retourne un composant Slider.

Returns
Slider

Definition at line 79 of file JqueryUI.php.

◆ spinner()

spinner (   $attachTo = NULL,
  $params = NULL 
)

Retourne un composant Spinner.

Returns
Spinner

Definition at line 87 of file JqueryUI.php.

◆ tabs()

tabs (   $attachTo = NULL,
  $params = NULL 
)

Create and return a Tabs component.

Returns
Tabs

Definition at line 103 of file JqueryUI.php.

◆ tooltip()

tooltip (   $attachTo = NULL,
  $params = NULL 
)

Create and return a Tooltip component.

Parameters
string$attachTocss/jquery selector attached to the component
array$paramsphp array of parameters
Returns
Tooltip

Definition at line 133 of file JqueryUI.php.


The documentation for this class was generated from the following file: