ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 }
getEditComponentForm(UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id, string $pcid)
Get rendered editor elements.
getEditorElements(UIWrapper $ui_wrapper, string $page_type, ilPageObjectGUI $page_gui, int $style_id)
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.