コード例 #1
0
ファイル: MobileActiveForm.php プロジェクト: tymiles003/X2CRM
 public function init()
 {
     if (!$this->action && Yii::app()->params->isPhoneGap) {
         $this->action = AuxLib::getRequestUrl();
     }
     return parent::init();
 }
コード例 #2
0
 public function init()
 {
     $this->action = Yii::app()->createUrl('/actions/actions/create');
     $this->htmlOptions = X2Html::mergeHtmlOptions($this->htmlOptions, array('class' => 'action-subtype-form'));
     return parent::init();
 }