From 60a914b9e1fed40a26beeb329642facdafd195bc Mon Sep 17 00:00:00 2001 From: Marco Antonio Nina Date: Wed, 19 Dec 2012 15:08:11 -0400 Subject: [PATCH] BUG 10201 Mensaje de alerta al crear un nuevo dynaform SOLVED - Was displays a warning window. - was add validation for tinymce in plugin autosaved. --- gulliver/system/class.wysiwygEditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/system/class.wysiwygEditor.php b/gulliver/system/class.wysiwygEditor.php index a0d118cb2..280d7fa5b 100644 --- a/gulliver/system/class.wysiwygEditor.php +++ b/gulliver/system/class.wysiwygEditor.php @@ -148,7 +148,7 @@ class XmlForm_Field_WYSIWYG_EDITOR extends XmlForm_Field var formDynaformID = document.getElementById("form[DYN_UID]").value; tinyMCE.init({ theme : "advanced", - plugins : "advhr,advimage,advlink,advlist,autolink,autoresize,autosave,contextmenu,directionality,emotions,example,example_dependency,fullpage,fullscreen,iespell,inlinepopups,insertdatetime,layer,legacyoutput,lists,media,nonbreaking,noneditable,pagebreak,paste,preview,print,save,searchreplace,spellchecker,style,tabfocus,table,template,visualblocks,visualchars,wordcount,xhtmlxtras,style,table,noneditable,pmFieldPicker", + plugins : "advhr,advimage,advlink,advlist,autolink,autoresize,contextmenu,directionality,emotions,example,example_dependency,fullpage,fullscreen,iespell,inlinepopups,insertdatetime,layer,legacyoutput,lists,media,nonbreaking,noneditable,pagebreak,paste,preview,print,save,searchreplace,spellchecker,style,tabfocus,table,template,visualblocks,visualchars,wordcount,xhtmlxtras,style,table,noneditable,pmFieldPicker", mode : "specific_textareas", //apply_source_formatting : true, //remove_linebreaks: false,