6include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   31                $this->copy_enabled = 
true;
 
   32                $this->delete_enabled = 
true;
 
   33                $this->cut_enabled = 
true;
 
   34                $this->subscribe_enabled = 
true;
 
   35                $this->link_enabled = 
true;
 
   36                $this->payment_enabled = 
false;
 
   37                $this->info_screen_enabled = 
true;
 
   39                $this->gui_class_name = 
"ilobjwikigui";
 
   42                include_once(
'./Modules/Wiki/classes/class.ilObjWikiAccess.php');
 
   55        function initItem($a_ref_id, $a_obj_id, $a_title = 
"", $a_description = 
"")
 
   57                parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
 
   96                include_once(
"./Modules/Wiki/classes/class.ilObjWikiAccess.php");
 
  100                        $props[] = array(
"alert" => 
true, 
"property" => 
$lng->txt(
"status"),
 
  101                                "value" => 
$lng->txt(
"offline"));
 
  120                                $cmd_link = 
"ilias.php?baseClass=ilWikiHandlerGUI".
 
  121                                        "&cmdClass=ilwikipagegui&ref_id=".$this->ref_id.
 
  122                                        "&cmd=downloadFile&file_id=".$this->getChildId();
 
  127                                $cmd_link = 
"ilias.php?baseClass=ilWikiHandlerGUI&ref_id=".$this->ref_id.
"&cmd=$a_cmd";
 
  138                $this->child_id = $a_child_id;
 
  142                return $this->child_id;
 
_getCommands()
get commands
_lookupOnline($a_id)
Check wether wiki cast is online.
ListGUI class for wiki objects.
ilObjWikiListGUI()
constructor
getCommandLink($a_cmd)
Get command link url.
getCommandFrame($a_cmd)
Get command target frame.
getProperties()
Get item properties.
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item
ilObjectListGUI()
constructor