示例#1
0
 public function init()
 {
     if (!$this->action && Yii::app()->params->isPhoneGap) {
         $this->action = AuxLib::getRequestUrl();
     }
     return parent::init();
 }
示例#2
0
 public function getJSClassConstructorArgs()
 {
     return array_merge(parent::getJSClassConstructorArgs(), array('ajaxForm' => true));
 }
示例#3
0
 public function getJSClassParams()
 {
     return array_merge(parent::getJSClassParams(), array('ajaxForm' => true));
 }