|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Login page editor settings GUI ILIAS page editor or richtext editor. More...
Collaboration diagram for ilAuthLoginPageEditorGUI: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 @global 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 @global ilRbacSystem $rbacsystem @global ilLanguage $lng @global 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.
@ilCtrl_isCalledBy ilAuthLoginPageEditorGUI: ilObjAuthSettingsGUI @ilCtrl_Calls 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 $ilCtrl, $lng, and ilAuthLoginPageEditorSettings\getInstance().
Here is the call graph for this function:
|
protected |
Activate languages.
Definition at line 230 of file class.ilAuthLoginPageEditorGUI.php.
References $_POST, $settings, ilAuthLoginPageEditorSettings\getInstance(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Show editore switch @global ilToolbarGUI $ilToolbar.
Definition at line 177 of file class.ilAuthLoginPageEditorGUI.php.
References getSettings(), ilAuthLoginPageEditorSettings\MODE_IPE, and ilAuthLoginPageEditorSettings\MODE_RTE.
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthLoginPageEditorGUI::executeCommand | ( | ) |
ilCtrl execute command
Definition at line 65 of file class.ilAuthLoginPageEditorGUI.php.
References $_GET, $cmd, $GLOBALS, and forwardToPageObject().
Here is the call graph for this function:
|
protected |
Forward to page editor.
Definition at line 101 of file class.ilAuthLoginPageEditorGUI.php.
References $_REQUEST, $html, $lng, $tpl, ilPageObject\_exists(), ilObjStyleSheet\getContentStylePath(), and ilObjStyleSheet\getSyntaxStylePath().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthLoginPageEditorGUI::getRefId | ( | ) |
Definition at line 57 of file class.ilAuthLoginPageEditorGUI.php.
References $ref_id.
| ilAuthLoginPageEditorGUI::getSettings | ( | ) |
Get Settings.
Definition at line 49 of file class.ilAuthLoginPageEditorGUI.php.
References $settings.
Referenced by addEditorSwitch(), show(), switchIPE(), and switchRTE().
Here is the caller graph for this function:
|
protected |
Init login form.
Definition at line 330 of file class.ilAuthLoginPageEditorGUI.php.
References $ilSetting, $lng, $options, ilLDAPServer\_getFirstActiveServer(), ilRadiusSettings\_getInstance(), AUTH_LDAP, AUTH_LOCAL, AUTH_RADIUS, and setDefLangFirst().
Referenced by saveLoginInfo(), and showRichtextEditor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
saves the login information data
@access protected
Definition at line 290 of file class.ilAuthLoginPageEditorGUI.php.
References $_POST, $ilErr, $ilSetting, $lng, initLoginForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
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 420 of file class.ilAuthLoginPageEditorGUI.php.
Referenced by initLoginForm().
Here is the caller graph for this function:
|
protected |
Show current activated editor.
Definition at line 159 of file class.ilAuthLoginPageEditorGUI.php.
References addEditorSwitch(), getSettings(), ilAuthLoginPageEditorSettings\MODE_IPE, ilAuthLoginPageEditorSettings\MODE_RTE, showIliasEditor(), and showRichtextEditor().
Here is the call graph for this function:
|
protected |
Show ILIAS page editor summary.
Definition at line 246 of file class.ilAuthLoginPageEditorGUI.php.
Referenced by show().
Here is the caller graph for this function:
|
protected |
Show richtext editor @global ilRbacSystem $rbacsystem @global ilLanguage $lng @global ilSetting $ilSetting.
Definition at line 264 of file class.ilAuthLoginPageEditorGUI.php.
References $ilErr, $ilSetting, $lng, $tpl, and initLoginForm().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Switch editor mode.
Definition at line 206 of file class.ilAuthLoginPageEditorGUI.php.
References getSettings(), ilAuthLoginPageEditorSettings\MODE_IPE, and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Switch editor mode.
Definition at line 218 of file class.ilAuthLoginPageEditorGUI.php.
References getSettings(), ilAuthLoginPageEditorSettings\MODE_RTE, and ilUtil\sendSuccess().
Here is the call graph for this function:
|
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().