コード例 #1
0
ファイル: ImageGallery.php プロジェクト: blindest/Yii-CMS-2.0
 public function init()
 {
     if ($this->sortableEnable) {
         $this->attachBehavior('sortable', $this->sortableOptions);
     }
     parent::init();
 }
コード例 #2
0
ファイル: FileList.php プロジェクト: blindest/Yii-CMS-2.0
 public function init()
 {
     parent::init();
     $this->cssFile = $this->assets . '/css/filesList.css';
 }