17 $this->copy_enabled =
true;
18 $this->delete_enabled =
true;
19 $this->cut_enabled =
true;
20 $this->subscribe_enabled =
true;
21 $this->link_enabled =
true;
22 $this->info_screen_enabled =
true;
24 $this->gui_class_name =
"ilobjbloggui";
32 $commands = parent::getCommands();
35 $permissions = array();
36 foreach ($commands as $idx => $item) {
37 if ($item[
"lang_var"] ==
"edit" && $item[
"granted"]) {
38 $permissions[$item[
"permission"]] = $idx;
41 if (
sizeof($permissions) == 2) {
42 unset($commands[$permissions[
"contribute"]]);
56 public function insertCommand($a_href, $a_text, $a_frame =
"", $a_img =
"", $a_cmd =
"", $a_onclick =
"")
60 if ($a_cmd ===
"export" 62 && (
bool) $this->
settings->get(
'item_cmd_asynch')) {
64 $a_cmd =
"forwardExport";
69 parent::insertCommand($a_href, $a_text, $a_frame, $a_img, $a_cmd, $a_onclick);
74 $chksum = md5($a_href . $a_text);
76 !in_array($chksum, $this->prevent_duplicate_commands)) {
78 $this->prevent_duplicate_commands[] = $chksum;
81 $prevent_background_click =
false;
84 $comment_export_helper = new \ILIAS\Notes\Export\ExportHelperGUI();
85 $this->lng->loadLanguageModule(
"note");
86 $this->comment_modal = $comment_export_helper->getCommentIncludeModalDialog(
88 $this->lng->txt(
"note_html_export_include_comments"),
89 $ctrl->getLinkTargetByClass(
"ilobjbloggui",
"export"),
90 $ctrl->getLinkTargetByClass(
"ilobjbloggui",
"exportWithComments")
92 $signal = $this->comment_modal->getShowSignal();
93 $this->current_selection_list->addItem(
101 $prevent_background_click,
102 "( function() { $(document).trigger('" . $signal .
"', {'id': '" . $signal .
"','triggerer':$(this), 'options': JSON.parse('[]')}); return false;})()" 113 $a_use_asynch =
false,
114 $a_get_asynch_commands =
false,
117 $html = parent::getListItemHTML(
123 $a_get_asynch_commands,
127 if (!is_null($this->comment_modal)) {
129 $renderer = $DIC->ui()->renderer();
130 $html .= $renderer->render($this->comment_modal);
getCommandLink($a_cmd)
Get command link url.
insertCommand($a_href, $a_text, $a_frame="", $a_img="", $a_cmd="", $a_onclick="")
insert command button
getListItemHTML( $a_ref_id, $a_obj_id, $a_title, $a_description, $a_use_asynch=false, $a_get_asynch_commands=false, $a_asynch_url="")
static _getCommands()
get commands
static isCommentsExportPossible($blog_id)
Is comments export possible?