phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Popover.php
Go to the documentation of this file.
1 <?php
2 
4 
6 use Ajax\JsUtils;
7 
13 class Popover extends Tooltip {
14 
15  public function __construct(JsUtils $js) {
16  parent::__construct($js);
17  $this->uiName="popover";
18  }
19 }
JQuery PHP library.
Definition: JsUtils.php:23
Composant Twitter Bootstrap Popover.
Definition: Popover.php:13
Composant Twitter Bootstrap Tooltip.
Definition: Tooltip.php:14