29 public function init(): void
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->info_screen_enabled =
true;
38 $this->gui_class_name =
"ilobjbloggui";
49 $permissions = array();
51 if ($item[
"lang_var"] ===
"edit" && $item[
"granted"]) {
52 $permissions[$item[
"permission"]] = $idx;
55 if (count($permissions) === 2) {
56 unset(
$commands[$permissions[
"contribute"]]);
74 && (
bool) $this->
settings->get(
'item_cmd_asynch')) {
76 $cmd =
"forwardExport";
80 parent::insertCommand($href, $text, $frame,
$img, $cmd, $onclick);
85 $chksum = md5($href . $text);
87 !in_array($chksum, $this->prevent_duplicate_commands)) {
89 $this->prevent_duplicate_commands[] = $chksum;
92 $prevent_background_click =
false;
95 $comment_export_helper = new \ILIAS\Notes\Export\ExportHelperGUI();
96 $this->
lng->loadLanguageModule(
"note");
97 $this->comment_modal = $comment_export_helper->getCommentIncludeModalDialog(
99 $this->
lng->txt(
"note_html_export_include_comments"),
103 $signal = $this->comment_modal->getShowSignal()->getId();
104 $this->current_selection_list->addItem(
112 $prevent_background_click,
113 "( function() { $(document).trigger('" . $signal .
"', {'id': '" . $signal .
"','triggerer':$(this), 'options': JSON.parse('[]')}); return false;})()" 124 bool $use_async =
false,
125 bool $get_async_commands =
false,
126 string $async_url =
"" 128 $html = parent::getListItemHTML(
138 if (!is_null($this->comment_modal)) {
140 $renderer = $DIC->ui()->renderer();
141 $html .= $renderer->render($this->comment_modal);
This describes commonalities between the different modals.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getListItemHTML(int $ref_id, int $obj_id, string $title, string $description, bool $use_async=false, bool $get_async_commands=false, string $async_url="")
static isCommentsExportPossible(int $blog_id)
insertCommand(string $href, string $text, string $frame="", string $img="", string $cmd="", string $onclick="")
getLinkTargetByClass( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
Returns a link target for the given information.
getCommandLink(string $cmd)
Get command link url.