|
phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Inheritance diagram for BootstrapComponentsTrait:Public Member Functions | |
| addComponent (SimpleComponent $component, $attachTo, $params) | |
| generic ($attachTo=NULL, $params=NULL) | |
| modal ($attachTo=NULL, $params=NULL) | |
| tooltip ($attachTo=NULL, $params=NULL) | |
| popover ($attachTo=NULL, $params=NULL) | |
| dropdown ($attachTo=NULL, $params=NULL) | |
| splitbutton ($attachTo=NULL, $params=NULL) | |
| tab ($attachTo=NULL, $params=NULL) | |
| collapse ($attachTo=NULL, $params=NULL) | |
| carousel ($attachTo=NULL, $params=NULL) | |
Definition at line 21 of file BootstrapComponentsTrait.php.
|
abstract |
| SimpleComponent | $component | |
| string | null | $attachTo | $attachTo |
| array | null | string | $params |
| carousel | ( | $attachTo = NULL, |
|
$params = NULL |
|||
| ) |
| string | $attachTo | |
| string | array | $params |
Definition at line 116 of file BootstrapComponentsTrait.php.
| collapse | ( | $attachTo = NULL, |
|
$params = NULL |
|||
| ) |
| string | $attachTo | |
| string | array | $params |
Definition at line 106 of file BootstrapComponentsTrait.php.
| dropdown | ( | $attachTo = NULL, |
|
$params = NULL |
|||
| ) |
| string | $attachTo | |
| string | array | $params |
Definition at line 76 of file BootstrapComponentsTrait.php.
| generic | ( | $attachTo = NULL, |
|
$params = NULL |
|||
| ) |
| string | $attachTo | |
| string | array | $params |
Definition at line 36 of file BootstrapComponentsTrait.php.
| modal | ( | $attachTo = NULL, |
|
$params = NULL |
|||
| ) |
| string | $attachTo | |
| string | array | $params |
Definition at line 46 of file BootstrapComponentsTrait.php.
| popover | ( | $attachTo = NULL, |
|
$params = NULL |
|||
| ) |
| string | $attachTo | |
| string | array | $params |
Definition at line 66 of file BootstrapComponentsTrait.php.
| splitbutton | ( | $attachTo = NULL, |
|
$params = NULL |
|||
| ) |
| string | $attachTo | |
| string | array | $params |
Definition at line 86 of file BootstrapComponentsTrait.php.
| tab | ( | $attachTo = NULL, |
|
$params = NULL |
|||
| ) |
| string | $attachTo | |
| string | array | $params |
Definition at line 96 of file BootstrapComponentsTrait.php.
| tooltip | ( | $attachTo = NULL, |
|
$params = NULL |
|||
| ) |
| string | $attachTo | |
| string | array | $params |
Definition at line 56 of file BootstrapComponentsTrait.php.