phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Ajax\bootstrap\traits Namespace Reference

Functions

 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)
 

Variables

trait BootstrapComponentsTrait
 

Function Documentation

◆ carousel()

Ajax\bootstrap\traits\carousel (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Carousel

Definition at line 116 of file BootstrapComponentsTrait.php.

◆ collapse()

Ajax\bootstrap\traits\collapse (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Collapse

Definition at line 106 of file BootstrapComponentsTrait.php.

◆ dropdown()

Ajax\bootstrap\traits\dropdown (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Dropdown

Definition at line 76 of file BootstrapComponentsTrait.php.

◆ generic()

Ajax\bootstrap\traits\generic (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
GenericComponent

Definition at line 36 of file BootstrapComponentsTrait.php.

◆ modal()

Ajax\bootstrap\traits\modal (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Modal

Definition at line 46 of file BootstrapComponentsTrait.php.

◆ popover()

Ajax\bootstrap\traits\popover (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Popover

Definition at line 66 of file BootstrapComponentsTrait.php.

◆ splitbutton()

Ajax\bootstrap\traits\splitbutton (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Splitbutton

Definition at line 86 of file BootstrapComponentsTrait.php.

◆ tab()

Ajax\bootstrap\traits\tab (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Tab

Definition at line 96 of file BootstrapComponentsTrait.php.

◆ tooltip()

Ajax\bootstrap\traits\tooltip (   $attachTo = NULL,
  $params = NULL 
)
Parameters
string$attachTo
string | array$params
Returns
Tooltip

Definition at line 56 of file BootstrapComponentsTrait.php.

Variable Documentation

◆ BootstrapComponentsTrait

trait BootstrapComponentsTrait
Initial value:
{
abstract public function addComponent(SimpleComponent $component, $attachTo, $params)

Definition at line 21 of file BootstrapComponentsTrait.php.