tinymce.init({ selector: ".editarea", setup: function (editor) { editor.on('change', function () { tinymce.triggerSave(); }); }, theme: "modern", height: 350, plugins: [ "advlist autolink link image lists charmap code media paste textcolor imagetools table" ], external_plugins: { "moxiemanager": "/"+_cmsv+"/toolbarplugins/plugins/moxiemanager/plugin.min.js" }, moxiemanager_skin: 'tundra', templates: [ {title: '3 Column', description: '3 Column', url: '3col.html'}, {title: '2 Column left', description: '2 Column left', url: '2cola.html'}, {title: '2 Column right', description: '2 Column right', url: '2colb.html'} ], fontsize_formats: "10px 11px 12px 13px 14px 15px 16px 17px 18px 20px 22px 24px 26px 28px", toolbar: "undo redo removeformat | styleselect | bold italic | fontsizeselect forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent charmap | link insertfile image media | emoticons | code | table", menubar: false, style_formats: [ {title: 'Heading 1', block: 'h1'}, {title: 'Heading 2', block: 'h2'}, {title: 'Heading 3', block: 'h3'}, {title: 'Heading 4', block: 'h4'}, {title: 'Heading 5', block: 'h5'}, {title: 'Heading 6', block: 'h6'}, {title: 'Block Quote', block: 'blockquote'}, {title: 'Lead Text', block: 'p', classes: 'lead'}, {title: 'Green Text', inline: 'span', classes: 'co-green'}, {title: 'Image Right', block: 'p', classes: 'img-right'}, {title: 'Image Left', block: 'p', classes: 'img-left'}, {title: 'Small Text', inline: 'small'}, {title: 'Table styles'}, {title: 'Table row 1', selector: 'tr', classes: 'tablerow1'} ], extended_valid_elements: "a[href|target|id|class|title|style|data-toggle|data*],i[id|class|aria-hidden],script[language|type|src|async|defer],span[class|style]", textcolor_map: [ "000000", "Black", "993300", "Burnt orange", "333300", "Dark olive", "003300", "Dark green", "003366", "Dark azure", "000080", "Navy Blue", "333399", "Indigo", "333333", "Very dark gray", "800000", "Maroon", "FF6600", "Orange", "808000", "Olive", "008000", "Green", "008080", "Teal", "0000FF", "Blue", "666699", "Grayish blue", "808080", "Gray", "FF0000", "Red", "FF9900", "Amber", "99CC00", "Yellow green", "339966", "Sea green", "33CCCC", "Turquoise", "3366FF", "Royal blue", "800080", "Purple", "999999", "Medium gray", "FF00FF", "Magenta", "FFCC00", "Gold", "FFFF00", "Yellow", "00FF00", "Lime", "00FFFF", "Aqua", "00CCFF", "Sky blue", "993366", "Red violet", "FFFFFF", "White", "FF99CC", "Pink", "FFCC99", "Peach", "FFFF99", "Light yellow", "CCFFCC", "Pale green", "CCFFFF", "Pale cyan", "99CCFF", "Light sky blue", "1A4A24", "OO Green", "c86903", "OO Orange" ], allow_script_urls: true, toolbar_items_size: 'small', image_title: true, remove_script_host: false, relative_urls: false, paste_as_text: true });