コード例 #1
0
ファイル: EFrameJuiDlg.php プロジェクト: cicb/tpc
 /**
  * Set the source of the iframe
  * @return string
  */
 protected function jsBeforeOpenClick()
 {
     return parent::jsBeforeOpenClick() . "\$('#{$this->getFrameId()}').attr('src','{$this->getActionUrl()}');";
 }
コード例 #2
0
ファイル: EAjaxJuiDlg.php プロジェクト: cicb/tpc
 /**
  * Add the code for the button click
  * @return string
  */
 protected function jsBeforeOpenClick()
 {
     return $this->renderOpenButton ? parent::jsBeforeOpenClick() . $this->getAjaxFunction() . ';' : parent::jsBeforeOpenClick();
 }