5include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   33                $this->static_link_enabled = 
true;
 
   34                $this->delete_enabled = 
true;
 
   35                $this->cut_enabled = 
true;
 
   36                $this->copy_enabled = 
true;
 
   37                $this->subscribe_enabled = 
true;
 
   38                $this->link_enabled = 
true;
 
   39                $this->payment_enabled = 
true;
 
   40                $this->info_screen_enabled = 
true;
 
   42                $this->gui_class_name = 
"ilobjglossarygui";
 
   45                include_once(
"./Modules/Glossary/classes/class.ilObjGlossaryAccess.php");
 
   63                                $cmd_link = 
"ilias.php?baseClass=ilGlossaryPresentationGUI&ref_id=".$this->ref_id;
 
   67                                $cmd_link = 
"ilias.php?baseClass=ilGlossaryEditorGUI&ref_id=".$this->ref_id;
 
   71                                $this->ctrl->setParameterByClass(
"ilobjglossarygui", 
"ref_id", $this->ref_id);
 
   72                                $cmd_link = $this->ctrl->getLinkTargetByClass(array(
"ilglossaryeditorgui", 
"ilobjglossarygui"), $a_cmd);
 
   76                                $cmd_link = 
"ilias.php?baseClass=ilGlossaryPresentationGUI&cmd=infoScreen&ref_id=".$this->ref_id;
 
   80                                $this->ctrl->setParameterByClass(
"ilrepositorygui", 
"ref_id", $this->ref_id);
 
   81                                $cmd_link = $this->ctrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
 
   82                                $this->ctrl->setParameterByClass(
"ilrepositorygui", 
"ref_id", 
$_GET[
"ref_id"]);
 
  127                global 
$lng, $rbacsystem;
 
  131                include_once(
"./Modules/Glossary/classes/class.ilObjGlossaryAccess.php");
 
  135                        $props[] = array(
"alert" => 
true, 
"property" => 
$lng->txt(
"status"),
 
  136                                "value" => 
$lng->txt(
"offline"));
 
_getCommands()
get commands
_lookupOnline($a_id)
check wether learning module is online
Class ilObjGlossaryListGUI.
getCommandFrame($a_cmd)
Get command target frame.
getCommandLink($a_cmd)
Overwrite this method, if link target is not build by ctrl class (e.g.
getProperties()
Get item properties.
ilObjGlossaryListGUI()
constructor
ilObjectListGUI()
constructor