20 $this->static_link_enabled =
true;
21 $this->delete_enabled =
true;
22 $this->cut_enabled =
true;
23 $this->copy_enabled =
true;
24 $this->subscribe_enabled =
true;
25 $this->link_enabled =
true;
26 $this->info_screen_enabled =
true;
28 $this->gui_class_name =
"ilobjglossarygui";
47 $cmd_link =
"ilias.php?baseClass=ilGlossaryPresentationGUI&ref_id=" .
$this->ref_id;
51 $cmd_link =
"ilias.php?baseClass=ilGlossaryEditorGUI&ref_id=" .
$this->ref_id;
55 $this->ctrl->setParameterByClass(
"ilobjglossarygui",
"ref_id", $this->ref_id);
56 $cmd_link = $this->ctrl->getLinkTargetByClass(array(
"ilglossaryeditorgui",
"ilobjglossarygui"), $a_cmd);
60 $cmd_link =
"ilias.php?baseClass=ilGlossaryPresentationGUI&cmd=infoScreen&ref_id=" .
$this->ref_id;
64 $this->ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
65 $cmd_link = $this->ctrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
66 $this->ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
109 $rbacsystem = $this->rbacsystem;
114 $props[] = array(
"alert" =>
true,
"property" =>
$lng->txt(
"status"),
115 "value" =>
$lng->txt(
"offline"));
getCommandFrame($a_cmd)
Get command target frame.
static _lookupOnline($a_id)
check wether learning module is online
static _getCommands()
get commands
getCommandLink($a_cmd)
Overwrite this method, if link target is not build by ctrl class (e.g.
Class ilObjGlossaryListGUI.
getProperties()
Get item properties.