Пример #1
0
 function __construct()
 {
     parent::__construct();
     //turn off normal display of subpanels
     $this->options['show_subpanels'] = false;
     //no longer works in 6.3.0
 }
Пример #2
0
 function ViewQuick()
 {
     parent::__construct();
     $this->options['show_subpanels'] = false;
     $this->options['show_title'] = false;
     $this->options['show_header'] = false;
     $this->options['show_footer'] = false;
     $this->options['show_javascript'] = false;
 }
Пример #3
0
 function __construct()
 {
     parent::__construct();
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct();
     //turn off normal display of subpanels
     $this->options['show_subpanels'] = false;
 }
Пример #5
0
 public function __construct()
 {
     $this->setReturnId();
     parent::__construct();
 }