ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilPCParagraphEditorGUI.php
Go to the documentation of this file.
1<?php
2
20
25{
26 public function getEditorElements(
27 UIWrapper $ui_wrapper,
28 string $page_type,
29 ilPageObjectGUI $page_gui,
30 int $style_id
31 ): array {
32 $cfg = $page_gui->getPageConfig();
34 $page_type,
35 $cfg->getEnableInternalLinks(),
36 $cfg->getEnableWikiLinks(),
37 $cfg->getEnableKeywords(),
38 $style_id,
39 true,
40 true,
41 $cfg->getEnableAnchors(),
42 true,
43 $cfg->getEnableUserLinks(),
44 $ui_wrapper
45 );
46
47 return [
48 "menu" => $menu
49 ];
50 }
51
52 public function getEditComponentForm(
53 UIWrapper $ui_wrapper,
54 string $page_type,
55 \ilPageObjectGUI $page_gui,
56 int $style_id,
57 string $pcid
58 ): string {
59 return "";
60 }
61}
getEditorElements(UIWrapper $ui_wrapper, string $page_type, ilPageObjectGUI $page_gui, int $style_id)
getEditComponentForm(UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id, string $pcid)
Get rendered editor elements.
Class ilPageObjectGUI.
static getTinyMenu(string $a_par_type, bool $a_int_links=false, bool $a_wiki_links=false, bool $a_keywords=false, $a_style_id=0, $a_paragraph_styles=true, $a_save_return=true, $a_anchors=false, $a_save_new=true, $a_user_links=false, ?\ILIAS\COPage\Editor\Server\UIWrapper $ui_wrapper=null)
Get Tiny Menu.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...