Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/editor/tinymce/extra/strings.php File Reference

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'

Enumeration Type Documentation

Definition at line 27 of file strings.php.

Definition at line 28 of file strings.php.


Variable Documentation

$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.

 All Data Structures Namespaces Files Functions Variables Enumerations