コード例 #1
0
 protected function copySyncForm()
 {
     global $ilTabs;
     $ilTabs->activateTab("edit_properties");
     include_once "Modules/SurveyQuestionPool/classes/class.ilSurveySyncTableGUI.php";
     $tbl = new ilSurveySyncTableGUI($this, "copySyncForm", $this->object);
     $this->tpl->setContent($tbl->getHTML());
 }
コード例 #2
0
 protected function copySyncForm()
 {
     include_once "Modules/SurveyQuestionPool/classes/class.ilSurveySyncTableGUI.php";
     $tbl = new ilSurveySyncTableGUI($this, "copySyncForm", $this->object);
     $this->tpl->setContent($tbl->getHTML());
 }