24 include_once(
'./Services/UIComponent/Explorer/classes/class.ilExplorer.php');
39 global
$lng,$objDefinition;
42 $this->objDefinition = $objDefinition;
43 parent::ilExplorer($a_target);
52 public function getImage($a_name, $a_type =
"", $a_obj_id =
"")
92 $selected = isset(
$_POST[
'cp_options'][$a_node_id][
'type']) ?
93 $_POST[
'cp_options'][$a_node_id][
'type'] :
96 if($this->objDefinition->allowCopy($a_type))
100 if($this->objDefinition->allowLink($a_type))
buildSelect($a_node_id, $a_type)
Build option select.
const TITLE_LENGTH
max length of object title
setTitleLength($a_length)
Set max title length.
if(!is_array($argv)) $options
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static formSelect($selected, $varname, $options, $multiple=false, $direct_text=false, $size="0", $style_class="", $attribs="", $disabled=false)
Builds a select form field with options and shows the selected option first.
isClickable($a_type, $a_ref_id=0)
check if links for certain object type are activated
Class ilExplorer class for explorer view in admin frame.
initItemCounter($a_number)
Init item counter.
getImage($a_name, $a_type="", $a_obj_id="")
get image path (may be overwritten by derived classes)
forceExpanded()
Force all nodes expanded.