ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Class ilObjAdvancedEditingGUI. More...
Public Member Functions | |
__construct (private readonly int $ref_id, private readonly ilGlobalTemplateInterface $tpl, private readonly ilCtrlInterface $ctrl, private readonly Language $lng, private readonly ilAccessHandler $access, ilObjUser $current_user, ilTabsGUI $tabs_gui) | |
settings () | |
getTinyForm () | |
saveSettings () | |
assessment () | |
saveAssessmentSettings () | |
frmPost () | |
saveFrmPostSettings () | |
Protected Member Functions | |
initTagsForm (string $a_id, string $a_cmd, string $a_title) | |
saveTags (string $a_id, string $a_cmd, ilPropertyFormGUI $form) | |
Private Member Functions | |
addSubtabs (ilTabsGUI $tabs_gui) | |
Private Attributes | |
ilRTESettings | $settings |
Class ilObjAdvancedEditingGUI.
Definition at line 28 of file class.ilRTESettingsGUI.php.
ilRTESettingsGUI::__construct | ( | private readonly int | $ref_id, |
private readonly ilGlobalTemplateInterface | $tpl, | ||
private readonly ilCtrlInterface | $ctrl, | ||
private readonly Language | $lng, | ||
private readonly ilAccessHandler | $access, | ||
ilObjUser | $current_user, | ||
ilTabsGUI | $tabs_gui | ||
) |
Definition at line 32 of file class.ilRTESettingsGUI.php.
References ILIAS\Repository\lng(), and settings().
|
private |
Definition at line 45 of file class.ilRTESettingsGUI.php.
References ilTabsGUI\addSubTabTarget(), and ILIAS\Repository\ctrl().
ilRTESettingsGUI::assessment | ( | ) |
Definition at line 114 of file class.ilRTESettingsGUI.php.
References initTagsForm().
ilRTESettingsGUI::frmPost | ( | ) |
Definition at line 138 of file class.ilRTESettingsGUI.php.
References initTagsForm().
ilRTESettingsGUI::getTinyForm | ( | ) |
Definition at line 77 of file class.ilRTESettingsGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and settings().
Referenced by saveSettings(), and settings().
|
protected |
Definition at line 162 of file class.ilRTESettingsGUI.php.
References ilRTESettings\_getUsedHTMLTags(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilMultiSelectInputGUI\setHeight(), and settings().
Referenced by assessment(), frmPost(), saveAssessmentSettings(), and saveFrmPostSettings().
ilRTESettingsGUI::saveAssessmentSettings | ( | ) |
Definition at line 125 of file class.ilRTESettingsGUI.php.
References initTagsForm(), and saveTags().
ilRTESettingsGUI::saveFrmPostSettings | ( | ) |
Definition at line 149 of file class.ilRTESettingsGUI.php.
References initTagsForm(), and saveTags().
ilRTESettingsGUI::saveSettings | ( | ) |
Definition at line 94 of file class.ilRTESettingsGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), getTinyForm(), ILIAS\Repository\lng(), and settings().
|
protected |
Definition at line 188 of file class.ilRTESettingsGUI.php.
References Vendor\Package\$e, ILIAS\Repository\access(), ilPropertyFormGUI\checkInput(), ILIAS\Repository\ctrl(), ilPropertyFormGUI\getInput(), ILIAS\Repository\lng(), and settings().
Referenced by saveAssessmentSettings(), and saveFrmPostSettings().
ilRTESettingsGUI::settings | ( | ) |
Definition at line 70 of file class.ilRTESettingsGUI.php.
References getTinyForm().
Referenced by __construct(), getTinyForm(), initTagsForm(), saveSettings(), and saveTags().
|
private |
Definition at line 30 of file class.ilRTESettingsGUI.php.