Example #1
0
 public function __construct($AppUI, $m = '')
 {
     $this->_uistyle = 'bootstrap';
     $this->_uiname = 'web2project in Bootstrap';
     parent::__construct($AppUI, $m);
 }
Example #2
0
 public function __construct($AppUI, $m = '')
 {
     $this->_uistyle = 'wps-redmond';
     parent::__construct($AppUI, $m);
 }
Example #3
0
 public function __construct($AppUI, $m = '')
 {
     $this->_uistyle = 'w2p-snowball';
     parent::__construct($AppUI, $m);
 }