function createHTMLArea(id) {
random = Math.ceil(1000*Math.random());
editor = 'editor'+random;
editorsubmit = 'editorsubmit'+random;
tinyMCE.init({
mode : "exact",
elements : id,
theme : "advanced",
skin: "o2k7",
skin_variant: "black",
relative_urls: false,
editor_selector: "form-textarea-advanced",
document_base_url: "http://aprendeenlinea.udea.edu.co/lms/moodle",
remove_script_host: false,
entity_encoding: "raw",
// content_css : "http://aprendeenlinea.udea.edu.co/lms/moodle/lib/editor/tinymce/moodlecontent.css",
language: "es",
directionality: "ltr",
plugins: "safari,spellchecker,table,style,layer,advhr,advimage,advlink,emoticons,emotions,inlinepopups,media,searchreplace,paste,directionality,fullscreen,moodleimage,dragmath,nonbreaking,contextmenu,insertdatetime,save,iespell,preview,print,noneditable,visualchars,xhtmlxtras,template,pagebreak",
spellchecker_languages : "English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,+Spanish=es,Swedish=sv",
spellchecker_rpc_url : "http://aprendeenlinea.udea.edu.co/lms/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/spellchecker/rpc.php",
theme_advanced_font_sizes: "1,2,3,4,5,6,7",
theme_advanced_layout_manager: "SimpleLayout",
theme_advanced_toolbar_align : "left",
theme_advanced_buttons1: "fontselect,fontsizeselect,formatselect,|,bold,italic,underline,strikethrough,|,bullist,numlist,outdent,indent",
theme_advanced_buttons1_add: "|,justifyleft,justifycenter,justifyright,justifyfull,|,forecolor,backcolor",
theme_advanced_buttons2: "link,unlink,anchor,|,image,media,|,selectall,cleanup",
theme_advanced_buttons2_add: "removeformat,pastetext,pasteword,|,undo,redo,|,search,|,|,spellchecker,|,sub,sup,|,charmap,hr,dragmath,|,emoticons,emotions,|,code,|,fullscreen,|,preview",
theme_advanced_buttons3 : "table,visualaid,tablecontrols",
theme_advanced_fonts: "Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings",
theme_advanced_resize_horizontal: true,
theme_advanced_resizing: true,
theme_advanced_toolbar_location : "top",
theme_advanced_statusbar_location : "bottom",
file_browser_callback : "mce_moodlefilemanager",
apply_source_formatting : true
});
/*document.getElementById('ed').form.editorsubmit_43 = document.getElementById('ed').form.onsubmit;
document.getElementById('ed').form.onsubmit = function() {
tinyMCE.triggerSave();
document.getElementById('ed').form.editorsubmit_43();
document.getElementById('ed').form.editorsubmit_43 = null;
}*/
}
function textareas2SingleEditor() {
tinyMCE.init({
mode: "textareas",
relative_urls: false,
editor_selector: "form-textarea-simple",
document_base_url: "http://aprendeenlinea.udea.edu.co/lms/moodle",
theme: "simple",
skin: "o2k7",
skin_variant: "silver",
apply_source_formatting: true,
remove_script_host: false,
entity_encoding: "raw",
language: "es",
directionality: "ltr",
plugins: "spellchecker,emoticons,paste,directionality,contextmenu",
// content_css : "http://aprendeenlinea.udea.edu.co/lms/moodle/lib/editor/tinymce/moodlecontent.css",
spellchecker_languages : "English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,+Spanish=es,Swedish=sv",
spellchecker_rpc_url : "http://aprendeenlinea.udea.edu.co/lms/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/spellchecker/rpc.php"
});
}
function textareas2FullEditor() {
tinyMCE.init({
mode: "textareas",
relative_urls: false,
editor_selector: "form-textarea-advanced",
document_base_url: "http://aprendeenlinea.udea.edu.co/lms/moodle",
theme: "advanced",
skin: "o2k7",
forced_root_block : false,
force_br_newlines : true,
force_p_newlines : false,
skin_variant: "silver",
apply_source_formatting: true,
remove_script_host: false,
entity_encoding: "raw",
// content_css : "http://aprendeenlinea.udea.edu.co/lms/moodle/lib/editor/tinymce/moodlecontent.css",
language: "es",
directionality: "ltr",
plugins: "safari,spellchecker,table,style,layer,advhr,advimage,advlink,emoticons,emotions,inlinepopups,media,searchreplace,paste,directionality,fullscreen,moodleimage,dragmath,nonbreaking,contextmenu,insertdatetime,save,iespell,preview,print,noneditable,visualchars,xhtmlxtras,template,pagebreak",
spellchecker_languages : "English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,+Spanish=es,Swedish=sv",
spellchecker_rpc_url : "http://aprendeenlinea.udea.edu.co/lms/moodle/lib/editor/tinymce/jscripts/tiny_mce/plugins/spellchecker/rpc.php",
theme_advanced_font_sizes: "1,2,3,4,5,6,7",
theme_advanced_layout_manager: "SimpleLayout",
theme_advanced_toolbar_align : "left",
theme_advanced_buttons1: "fontselect,fontsizeselect,formatselect,|,bold,italic,underline,strikethrough,|,bullist,numlist,outdent,indent",
theme_advanced_buttons1_add: "|,justifyleft,justifycenter,justifyright,justifyfull,|,forecolor,backcolor",
theme_advanced_buttons2: "link,unlink,anchor,|,image,media,|,selectall,cleanup",
theme_advanced_buttons2_add: "removeformat,pastetext,pasteword,|,undo,redo,|,search,|,|,spellchecker,|,sub,sup,|,charmap,hr,dragmath,|,|,emoticons,emotions,|,|,code,|,fullscreen",
theme_advanced_buttons3 : "table,visualaid,tablecontrols",
theme_advanced_fonts: "Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings",
theme_advanced_resize_horizontal: true,
theme_advanced_resizing: true,
theme_advanced_toolbar_location : "top",
theme_advanced_statusbar_location : "bottom",
file_browser_callback : "mce_moodlefilemanager",
// theme_advanced_buttons1: "fontselect,fontsizeselect,formatselect,styleselect",
// theme_advanced_buttons1_add: "|,undo,redo,|,search,spellchecker",
// theme_advanced_buttons2: "bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull",
// theme_advanced_buttons2_add: "|,selectall,cleanup,removeformat,pastetext,pasteword,|,forecolor,backcolor,|,ltr,rtl",
// theme_advanced_buttons3: "bullist,numlist,outdent,indent,|,link,unlink,anchor,|,insertdate,inserttime,|,emoticons,image,,dragmath,advhr,nonbreaking,charmap",
// theme_advanced_buttons3_add: "|,table,insertlayer,styleprops,visualchars,|,code,preview",
valid_elements : ""
+"a[accesskey|charset|class|coords|dir