|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | editor |
Enumerations | |
| enum | NO_MOODLE_COOKIES |
| enum | NO_UPGRADE_CHECK |
Variables | |
| $lang = optional_param('elanguage', 'en', PARAM_SAFEDIR) | |
| $theme = optional_param('etheme', 'advanced', PARAM_SAFEDIR) | |
| if(!get_string_manager()-> translation_exists($lang, false)) | $string = get_string_manager()->load_component_strings('editor_tinymce', $lang) |
| $result = array() | |
| foreach($string as $key=> $value) | $output = 'tinyMCE.addI18n({'.$lang.':'.json_encode($result).'});' |
| $lifetime = '10' | |
| enum NO_MOODLE_COOKIES |
Definition at line 27 of file strings.php.
| enum NO_UPGRADE_CHECK |
Definition at line 28 of file strings.php.
| $lang = optional_param('elanguage', 'en', PARAM_SAFEDIR) |
Definition at line 32 of file strings.php.
| $lifetime = '10' |
Definition at line 56 of file strings.php.
| foreach ($string as $key=> $value) $output = 'tinyMCE.addI18n({'.$lang.':'.json_encode($result).'});' |
Definition at line 54 of file strings.php.
| $result = array() |
Definition at line 42 of file strings.php.
| if (!get_string_manager()->translation_exists($lang, false)) $string = get_string_manager()->load_component_strings('editor_tinymce', $lang) |
Definition at line 39 of file strings.php.
| $theme = optional_param('etheme', 'advanced', PARAM_SAFEDIR) |
Definition at line 33 of file strings.php.