コード例 #1
0
 public function onCreate()
 {
     parent::onCreate();
     $this->align = 'left';
     $this->type = 'link';
 }
コード例 #2
0
ファイル: mgridcontrol.php プロジェクト: joshuacoddingyou/php
 public function onCreate()
 {
     parent::onCreate();
     $this->type = 'control';
 }