phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
Tab.php
Go to the documentation of this file.
1<?php
2
4
6
8
9 public function __construct(JsUtils $js) {
10 parent::__construct($js);
11 $this->uiName="tab";
12 }
13 public function setDebug($value=true) {
14 return $this->setParam("debug", $value);
15 }
16}
JQuery PHP library.
Definition JsUtils.php:23
setDebug($value=true)
Definition Tab.php:13
__construct(JsUtils $js)
Definition Tab.php:9