48        $tpl->addJavaScript(
'./Modules/DataCollection/js/ilDclTreeSearch.js');
 
   50        $this->title_input->setDisabled(
true);
 
   51        $this->title_input->setInfo(
$lng->txt(
"dcl_ilias_refere nce_info"));
 
   52        $this->title_input->setInlineStyle(
'width: 98%; display:inline-block;');
 
   54        $this->search_input->setDisabled(
false);
 
   55        $this->search_input->setInfo(
$lng->txt(
'dcl_ilias_reference_info'));
 
   56        $this->search_input->setInlineStyle(
'width: 98%; margin-top: 5px;');
 
   68        $ilCtrl = 
$DIC[
'ilCtrl'];
 
   69        $tpl = 
new ilTemplate(
"tpl.dcl_tree.html", 
true, 
true, 
"Modules/DataCollection");
 
   71        $tpl->setVariable(
"AJAX_LINK", $ilCtrl->getLinkTargetByClass(
"ildclrecordeditgui", 
"searchObjects"));
 
   73        $out = $this->title_input->getToolbarHTML();
 
   75        $out .= $this->search_input->getTableFilterHTML();
 
   76        $out .= $this->hidden_input->getToolbarHTML();
 
   77        $out .= 
"<a href='#' id='search_button_" . $this->
getPostVar() . 
"'>" . $this->lng->txt(
'search') . 
"</a>";
 
   89        parent::setValueByArray($value);
 
   96            $this->hidden_input->setValue($reference);
 
An exception for terminatinating execution or to throw for unit testing.
static get($a_glyph, $a_text="")
Get glyph html.
static _lookupObjId($a_id)
static _lookupTitle($a_id)
lookup object title
Creates a path for a start and endnode.
special template class to simplify handling of ITX/PEAR
This class represents a text property in a property form.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc