elements : id,\r
theme : "advanced",\r
\r
- plugins : "safari,spellchecker,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,pagebreak,imagemanager,filemanager",\r
+ plugins : "safari,spellchecker,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,pagebreak,",\r
spellchecker_languages : "+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv",\r
\r
plugin_insertdate_dateFormat : "%Y-%m-%d",\r
theme_advanced_resizing: true,\r
theme_advanced_toolbar_location : "top",\r
theme_advanced_statusbar_location : "bottom",\r
+ file_browser_callback : "moodlefilemanager",\r
\r
EOF;\r
// the xhtml ruleset must be the last one - no comma at the end of the file\r
else\r
tinyMCE.execCommand('mceRemoveControl', false, id);\r
}\r
+ function moodlefilemanager(field_name, url, type, win) {\r
+ tinyMCE.activeEditor.windowManager.open({\r
+ file: "{$CFG->httpswwwroot}/lib/editor/tinymce/jscripts/tiny_mce/plugins/moodlelink/link.php?id={$COURSE->id}",\r
+ width: 480, \r
+ height: 380,\r
+ resizable: "yes",\r
+ inline: "yes", \r
+ close_previous: "no"\r
+ }, {\r
+ window: win,\r
+ input: field_name\r
+ });\r
+ return false;\r
+ }\r
EOF;\r
?>\r