|
phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
BaseGui Phalcon library. More...
Inheritance diagram for BaseGui:Public Member Functions | |
| __construct ($autoCompile=true) | |
| 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) | |
Protected Attributes | |
| $autoCompile | |
| $components | |
| $htmlComponents | |
| $js | |
| __construct | ( | $autoCompile = true | ) |
Reimplemented in Bootstrap, JqueryUI, and Semantic.
Definition at line 32 of file BaseGui.php.
| addComponent | ( | SimpleComponent | $component, |
| $attachTo, | |||
| $params | |||
| ) |
Definition at line 59 of file BaseGui.php.
| addHtmlComponent | ( | BaseHtml | $htmlComponent | ) |
Definition at line 78 of file BaseGui.php.
| compile | ( | $internal = false | ) |
Definition at line 47 of file BaseGui.php.
| compileHtml | ( | JsUtils | $js = NULL, |
| & | $view = NULL |
||
| ) |
Definition at line 83 of file BaseGui.php.
| getHtmlComponent | ( | $identifier | ) |
Definition at line 93 of file BaseGui.php.
| isAutoCompile | ( | ) |
Definition at line 38 of file BaseGui.php.
| matchHtmlComponents | ( | $callback | ) |
Definition at line 89 of file BaseGui.php.
| setAutoCompile | ( | $autoCompile | ) |
Definition at line 42 of file BaseGui.php.
| setJs | ( | JsUtils | $js | ) |
Definition at line 55 of file BaseGui.php.
|
protected |
Definition at line 20 of file BaseGui.php.
|
protected |
Definition at line 22 of file BaseGui.php.
|
protected |
Definition at line 24 of file BaseGui.php.
|
protected |
Definition at line 30 of file BaseGui.php.