|
ILIAS
release_4-3 Revision
|
Login page editor settings GUI ILIAS page editor or richtext editor. More...
Collaboration diagram for ilAuthLoginPageEditorGUI:Public Member Functions | |
| __construct ($a_ref_id) | |
| Constructor. | |
| getSettings () | |
| Get Settings. | |
| getRefId () | |
| executeCommand () | |
| ilCtrl execute command | |
Protected Member Functions | |
| forwardToPageObject () | |
| Forward to page editor. | |
| show () | |
| Show current activated editor. | |
| addEditorSwitch () | |
| Show editore switch ilToolbarGUI $ilToolbar. | |
| switchIPE () | |
| Switch editor mode. | |
| switchRTE () | |
| Switch editor mode. | |
| activate () | |
| Activate languages. | |
| showIliasEditor () | |
| Show ILIAS page editor summary. | |
| showRichtextEditor () | |
| Show richtext editor ilRbacSystem $rbacsystem ilLanguage $lng ilSetting $ilSetting. | |
| saveLoginInfo () | |
| saves the login information data | |
| initLoginForm () | |
| Init login form. | |
| setDefLangFirst ($a_def_language, $a_languages) | |
| returns an array of all installed languages, default language at the first position | |
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: ilPageObjectGUI
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 237 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 ilToolbarGUI $ilToolbar.
Definition at line 184 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, $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 337 of file class.ilAuthLoginPageEditorGUI.php.
References $ilSetting, $lng, ilLDAPServer\_getFirstActiveServer(), ilRadiusSettings\_getInstance(), AUTH_LDAP, AUTH_LOCAL, AUTH_RADIUS, setDefLangFirst(), ilTextAreaInputGUI\setRows(), and ilSelectInputGUI\setValue().
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
protected
Definition at line 297 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 427 of file class.ilAuthLoginPageEditorGUI.php.
Referenced by initLoginForm().
Here is the caller graph for this function:
|
protected |
Show current activated editor.
Definition at line 166 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 253 of file class.ilAuthLoginPageEditorGUI.php.
References $tpl.
Referenced by show().
Here is the caller graph for this function:
|
protected |
Show richtext editor ilRbacSystem $rbacsystem ilLanguage $lng ilSetting $ilSetting.
Definition at line 271 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 213 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 225 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().