コード例 #1
0
ファイル: pradolite.php プロジェクト: tejdeeps/tejcs.com
 public function onInit($param)
 {
     parent::onInit($param);
     $this->getPage()->setForm($this);
 }
コード例 #2
0
ファイル: TMultiView.php プロジェクト: tejdeeps/tejcs.com
 /**
  * Initializes the active view if any.
  * This method overrides the parent implementation.
  * @param TEventParameter event parameter
  */
 public function onInit($param)
 {
     parent::onInit($param);
     if ($this->_cachedActiveViewIndex >= 0) {
         $this->setActiveViewIndex($this->_cachedActiveViewIndex);
     }
 }
コード例 #3
0
 public function onInit($param)
 {
     parent::onInit($param);
 }
コード例 #4
0
 public function onInit($param)
 {
     parent::onInit($param);
     $this->getImageAssetManager()->setCurrentPath($this->Request[self::LIST_VIEW_PATH]);
 }