Commit 8eea4c57528312dd3c65afe1a7f2d9c8b56e3ea0

Authored by Charl Joseph Mert
1 parent afb74c54

When doing a Bulk Upload the Large Text Field is not available as MCE.

Jira:KTC-810

Resending fixes made by Paul resources/js/kt_tinymce_init.js

Committed by: Charl Joseph Mert
Reviewed by: Paul Barrett
resources/js/kt_tinymce_init.js
@@ -8,10 +8,9 @@ theme : "advanced", @@ -8,10 +8,9 @@ theme : "advanced",
8 plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,imagemanager,filemanager", 8 plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,imagemanager,filemanager",
9 9
10 // Theme options 10 // Theme options
11 -theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",  
12 -theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",  
13 -theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",  
14 -theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage", 11 +theme_advanced_buttons1 : "bold,italic,underline,|,forecolor,backcolor,|,bullist,numlist,|,link,unlink,anchor,|,pagebreak,|,insertdate,inserttime,preview,help",
  12 +theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,undo,redo,|,cleanup,removeformat,print,fullscreen,spellchecker",
  13 +theme_advanced_buttons3 : "",
15 theme_advanced_toolbar_location : "top", 14 theme_advanced_toolbar_location : "top",
16 theme_advanced_toolbar_align : "left", 15 theme_advanced_toolbar_align : "left",
17 theme_advanced_statusbar_location : "bottom", 16 theme_advanced_statusbar_location : "bottom",