4 include_once(
"./Services/Form/classes/class.ilCustomInputGUI.php");
5 include_once(
"./Services/Form/classes/class.ilSubEnabledFormPropertyGUI.php");
45 $tpl->addJavaScript(
'./Modules/DataCollection/js/ilDclTreeSearch.js');
47 $this->title_input->setDisabled(
true);
48 $this->title_input->setInfo($lng->txt(
"dcl_ilias_refere nce_info"));
50 $this->search_input->setDisabled(
false);
51 $this->search_input->setInfo($lng->txt(
'dcl_ilias_reference_info'));
62 $tpl =
new ilTemplate(
"tpl.dcl_tree.html",
true,
true,
"Modules/DataCollection");
64 $tpl->setVariable(
"AJAX_LINK", $ilCtrl->getLinkTargetByClass(
"ildatacollectionrecordeditgui",
"searchObjects"));
68 $this->title_input->getToolbarHTML() .
"" . $this->search_input->getTableFilterHTML() . $this->hidden_input->getToolbarHTML()
69 .
" <a href='#' id='search_button_" . $this->
getPostVar() .
"'>" . $this->lng->txt(
'search') .
"</a>" .
$tpl->get();
78 include_once
'./Services/Tree/classes/class.ilPathGUI.php';
82 $pathString =
$path->getPath(ROOT_FOLDER_ID, $reference);
85 $this->hidden_input->setValue($reference);