ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Login page editor settings GUI ILIAS page editor or richtext editor. More...
Public Member Functions | |
__construct ($a_ref_id) | |
Constructor. More... | |
getSettings () | |
Get Settings. More... | |
getRefId () | |
executeCommand () | |
ilCtrl execute command More... | |
Protected Member Functions | |
forwardToPageObject () | |
Forward to page editor. More... | |
show () | |
Show current activated editor. More... | |
addEditorSwitch () | |
Show editore switch ilToolbarGUI $ilToolbar. More... | |
switchIPE () | |
Switch editor mode. More... | |
switchRTE () | |
Switch editor mode. More... | |
activate () | |
Activate languages. More... | |
showIliasEditor () | |
Show ILIAS page editor summary. More... | |
showRichtextEditor () | |
Show richtext editor ilRbacSystem $rbacsystem ilLanguage $lng ilSetting $ilSetting. More... | |
saveLoginInfo () | |
saves the login information data More... | |
initLoginForm () | |
Init login form. More... | |
setDefLangFirst ($a_def_language, $a_languages) | |
returns an array of all installed languages, default language at the first position More... | |
Protected Attributes | |
$ctrl = null | |
$lng = null | |
Private Attributes | |
$ref_id = 0 | |
$settings = null | |
Login page editor settings GUI ILIAS page editor or richtext editor.
ilAuthLoginPageEditorGUI: ilObjAuthSettingsGUI ilAuthLoginPageEditorGUI: ilLoginPageGUI
Definition at line 15 of file class.ilAuthLoginPageEditorGUI.php.
ilAuthLoginPageEditorGUI::__construct | ( | $a_ref_id | ) |
Constructor.
Definition at line 33 of file class.ilAuthLoginPageEditorGUI.php.
References $DIC, $ilCtrl, $lng, ilAuthLoginPageEditorSettings\getInstance(), and settings().
|
protected |
Activate languages.
Definition at line 232 of file class.ilAuthLoginPageEditorGUI.php.
References $_POST, $settings, and ilAuthLoginPageEditorSettings\getInstance().
|
protected |
Show editore switch ilToolbarGUI $ilToolbar.
Definition at line 178 of file class.ilAuthLoginPageEditorGUI.php.
References $DIC, getSettings(), ilAuthLoginPageEditorSettings\MODE_IPE, and ilAuthLoginPageEditorSettings\MODE_RTE.
Referenced by show().
ilAuthLoginPageEditorGUI::executeCommand | ( | ) |
ilCtrl execute command
Definition at line 68 of file class.ilAuthLoginPageEditorGUI.php.
References $_GET, $GLOBALS, and forwardToPageObject().
|
protected |
Forward to page editor.
Definition at line 99 of file class.ilAuthLoginPageEditorGUI.php.
References $DIC, $html, $key, $lng, $tpl, ilPageObject\_exists(), ilObjStyleSheet\getContentStylePath(), ilObjStyleSheet\getEffectiveContentStyleId(), and ilObjStyleSheet\getSyntaxStylePath().
Referenced by executeCommand().
ilAuthLoginPageEditorGUI::getRefId | ( | ) |
Definition at line 60 of file class.ilAuthLoginPageEditorGUI.php.
References $ref_id.
ilAuthLoginPageEditorGUI::getSettings | ( | ) |
Get Settings.
Definition at line 52 of file class.ilAuthLoginPageEditorGUI.php.
References $settings.
Referenced by addEditorSwitch(), show(), switchIPE(), and switchRTE().
|
protected |
Init login form.
Definition at line 339 of file class.ilAuthLoginPageEditorGUI.php.
References $DIC, $ilSetting, $key, $languages, $lng, $message, PHPMailer\PHPMailer\$options, ilLDAPServer\_getFirstActiveServer(), ilRadiusSettings\_getInstance(), AUTH_LDAP, AUTH_LOCAL, AUTH_RADIUS, setDefLangFirst(), ilTextAreaInputGUI\setRows(), and ilSelectInputGUI\setValue().
Referenced by saveLoginInfo(), and showRichtextEditor().
|
protected |
saves the login information data
protected
Definition at line 301 of file class.ilAuthLoginPageEditorGUI.php.
References $_POST, $DIC, $ilErr, $ilSetting, $key, $lng, and initLoginForm().
|
protected |
returns an array of all installed languages, default language at the first position
string | $a_def_language | Default language of the current installation |
array | $a_languages | Array of all installed languages |
Definition at line 429 of file class.ilAuthLoginPageEditorGUI.php.
References $languages.
Referenced by initLoginForm().
|
protected |
Show current activated editor.
Definition at line 161 of file class.ilAuthLoginPageEditorGUI.php.
References addEditorSwitch(), getSettings(), ilAuthLoginPageEditorSettings\MODE_IPE, ilAuthLoginPageEditorSettings\MODE_RTE, showIliasEditor(), and showRichtextEditor().
|
protected |
Show ILIAS page editor summary.
Definition at line 247 of file class.ilAuthLoginPageEditorGUI.php.
References $DIC, $tbl, and $tpl.
Referenced by show().
|
protected |
Show richtext editor ilRbacSystem $rbacsystem ilLanguage $lng ilSetting $ilSetting.
Definition at line 267 of file class.ilAuthLoginPageEditorGUI.php.
References $DIC, $ilErr, $ilSetting, $lng, $tpl, and initLoginForm().
Referenced by show().
|
protected |
Switch editor mode.
Definition at line 208 of file class.ilAuthLoginPageEditorGUI.php.
References getSettings(), and ilAuthLoginPageEditorSettings\MODE_IPE.
|
protected |
Switch editor mode.
Definition at line 220 of file class.ilAuthLoginPageEditorGUI.php.
References getSettings(), and ilAuthLoginPageEditorSettings\MODE_RTE.
|
protected |
Definition at line 20 of file class.ilAuthLoginPageEditorGUI.php.
|
protected |
Definition at line 21 of file class.ilAuthLoginPageEditorGUI.php.
Referenced by __construct(), forwardToPageObject(), initLoginForm(), saveLoginInfo(), and showRichtextEditor().
|
private |
Definition at line 23 of file class.ilAuthLoginPageEditorGUI.php.
Referenced by getRefId().
|
private |
Definition at line 24 of file class.ilAuthLoginPageEditorGUI.php.
Referenced by activate(), and getSettings().