24 include_once(
"./Services/Block/classes/class.ilHtmlBlockGUIGen.php");
46 parent::__construct();
51 $lng->loadLanguageModule(
"block_html");
65 return self::$block_type;
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();
127 return parent::getHTML();
156 $a_html_block->setContextObjId($ilCtrl->getContextObjId());
157 $a_html_block->setContextObjType($ilCtrl->getContextObjType());
170 parent::saveHtmlBlock();
171 $ilCtrl->returnToParent($this);
175 return parent::saveHtmlBlock();
186 $ilCtrl->returnToParent($this);
GUI class for HTML Block.
fillDataSection()
Fill data section.
saveHtmlBlock()
FORM HtmlBlock: Save HtmlBlock.
setDataSection($a_content)
Call this from overwritten fillDataSection(), if standard row based data is not used.
ilHtmlBlockGUI()
Constructor.
setEnableNumInfo($a_enablenuminfo)
Set Enable Item Number Info.
BlockGUI class for simle HTML content.
getBlockType()
Get block type.
& executeCommand()
execute command
setTitle($a_title)
Set Title.
getHTML()
Get block HTML code.
setBlockId($a_block_id=0)
Set Block Id.
setAvailableDetailLevels($a_max, $a_min=0)
Set Available Detail Levels.
checkInputHtmlBlock()
FORM HtmlBlock: Check input.
static getScreenMode()
Get Screen Mode for current command.
prepareSaveHtmlBlock(&$a_html_block)
FORM HtmlBlock: Prepare Saving of HtmlBlock.
setLimit($a_limit)
Set Limit.
createHtmlBlock()
FORM HtmlBlock: Create HtmlBlock.
cancelSaveHtmlBlock()
Cancel Saving.
create()
Create Form for Block.
getCurrentDetailLevel()
Get Current Detail Level.