6 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
23 $this->copy_enabled =
true;
24 $this->delete_enabled =
true;
25 $this->cut_enabled =
true;
26 $this->subscribe_enabled =
true;
27 $this->link_enabled =
true;
28 $this->info_screen_enabled =
true;
30 $this->gui_class_name =
"ilobjwikigui";
33 include_once(
'./Modules/Wiki/classes/class.ilObjWikiAccess.php');
46 public function initItem($a_ref_id, $a_obj_id, $a_title =
"", $a_description =
"")
48 parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
87 include_once(
"./Modules/Wiki/classes/class.ilObjWikiAccess.php");
90 $props[] =
array(
"alert" =>
true,
"property" =>
$lng->txt(
"status"),
91 "value" =>
$lng->txt(
"offline"));
109 $cmd_link =
"ilias.php?baseClass=ilWikiHandlerGUI" .
110 "&cmdClass=ilwikipagegui&ref_id=" . $this->ref_id .
111 "&cmd=downloadFile&file_id=" . $this->
getChildId();
116 $cmd_link =
"ilias.php?baseClass=ilWikiHandlerGUI&ref_id=" . $this->ref_id .
"&cmd=$a_cmd";
127 $this->child_id = $a_child_id;
131 return $this->child_id;
getCommandLink($a_cmd)
Get command link url.
getProperties()
Get item properties.
static _getCommands()
get commands
ListGUI class for wiki objects.
Create styles array
The data for the language used.
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item
static _lookupOnline($a_id)
Check wether wiki cast is online.
getCommandFrame($a_cmd)
Get command target frame.