4include_once
'./Services/Block/classes/class.ilBlockGUI.php';
37 $this->allow_moving =
false;
75 $next_class =
$ilCtrl->getNextClass();
92 return parent::getHTML();
102 $tpl =
new ilTemplate(
"tpl.search_search_block.html",
true,
true,
'Services/Search');
104 $lng->loadLanguageModule(
'search');
105 $tpl->setVariable(
"TXT_PERFORM",
$lng->txt(
'btn_search'));
106 $tpl->setVariable(
"FORMACTION",
$ilCtrl->getFormActionByClass(
'ilrepositoryobjectsearchgui',
'performSearch'));
This class represents a block method of a block.
setDataSection($a_content)
Call this from overwritten fillDataSection(), if standard row based data is not used.
setTitle($a_title)
Set Title.
setEnableNumInfo($a_enablenuminfo)
Set Enable Item Number Info.
__construct($a_title)
Constructor @global type $ilCtrl @global type $lng.
static getScreenMode()
Get Screen Mode for current command.
executeCommand()
execute command
getHTML()
Get bloch HTML code.
static getBlockType()
Get block type.
fillDataSection()
Fill data section.
static isRepositoryObject()
Is this a repository object.
special template class to simplify handling of ITX/PEAR
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms @access public