24 include_once(
"./Services/Block/classes/class.ilHtmlBlockGUIGen.php");
51 $lng->loadLanguageModule(
"block_html");
75 switch($ilCtrl->getCmd())
80 case "updateHtmlBlock":
93 $this->html_block = $a_block;
94 $this->
setTitle($this->html_block->getTitle());
105 $next_class = $ilCtrl->getNextClass();
106 $cmd = $ilCtrl->getCmd(
"getHTML");
111 return $this->
$cmd();
156 $a_html_block->setContextObjId($ilCtrl->getContextObjId());
157 $a_html_block->setContextObjType($ilCtrl->getContextObjType());
171 $ilCtrl->returnToParent($this);
186 $ilCtrl->returnToParent($this);