Example #1
0
 public function __construct()
 {
     parent::__construct();
 }
Example #2
0
 public function __construct($params = null)
 {
     \Zippy\Html\WebPage::__construct();
     $this->add(new \ZippyERP\System\Blocks\Header("header"));
     $this->add(new \Zippy\Html\Label("errormessage", new PropertyBinding($this, '_errormsg')))->setVisible(false);
 }