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