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