5 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
24 $this->copy_enabled =
true;
25 $this->delete_enabled =
true;
26 $this->cut_enabled =
true;
27 $this->subscribe_enabled =
true;
28 $this->link_enabled =
true;
29 $this->info_screen_enabled =
true;
31 $this->gui_class_name =
"ilobjfilebasedlmgui";
34 include_once(
'Modules/HTMLLearningModule/classes/class.ilObjFileBasedLMAccess.php');
53 $cmd_link =
"ilias.php?baseClass=ilHTLMPresentationGUI&ref_id=" .
$this->ref_id;
57 $cmd_link =
"ilias.php?baseClass=ilHTLMEditorGUI&ref_id=" .
$this->ref_id;
61 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
62 $cmd_link =
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
63 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
109 $rbacsystem = $this->rbacsystem;
112 $props = parent::getProperties();
115 $props[] = array(
"alert" =>
true,
"property" =>
$lng->txt(
"status"),
116 "value" =>
$lng->txt(
"no_start_file"));
119 if ($rbacsystem->checkAccess(
"write", $this->ref_id)) {
120 $props[] = array(
"alert" =>
false,
"property" =>
$lng->txt(
"type"),
121 "value" =>
$lng->txt(
"htlm"));
getCommandFrame($a_cmd)
Get command target frame.
Class ilObjFileBasedLMListGUI.
getProperties()
Get item properties.
static _determineStartUrl($a_id)
determine start url
getCommandLink($a_cmd)
Overwrite this method, if link target is not build by ctrl class (e.g.
static _getCommands()
get commands