コード例 #1
0
ファイル: QControlBase.class.php プロジェクト: qcodo/qcodo
 public function GetJavaScriptForEvent($strEventName)
 {
     return QAction::RenderActions($this, $strEventName, $this->objActionArray[$strEventName]);
 }