예제 #1
0
 public function __construct($caption = '', $close = '', $icon = '')
 {
     parent::__construct();
     $this->caption = $caption;
     $this->actionBar = new MContainerControl();
     $this->toolBar = new MSimpleToolBar('toolBar' . uniqid());
     $this->close = $close;
     $this->extendClass = array('title' => '', 'content' => '', 'action' => '');
 }
예제 #2
0
 public function init($id = NULL)
 {
     parent::__construct($id);
 }
예제 #3
0
 public function __construct($name = NULL, $content = '', $class = NULL, $attributes = NULL)
 {
     parent::__construct($name, $content, $class, $attributes);
     $this->setDoLayout(false);
 }