$(document).ready(function() { $.getScript("/cache/en/stops.js", function(){}); }); TinyMCESettings1 = { selector:'textarea', theme: "modern", plugins: [ "textcolor advlist autolink lists link image charmap print preview hr anchor pagebreak", "searchreplace wordcount visualblocks visualchars code fullscreen", "insertdatetime media nonbreaking save table contextmenu directionality", "emoticons template paste filemanager" ], toolbar1: "insertfile undo redo | fontselect styleselect fontsizeselect | bold italic | forecolor backcolor emoticons | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | print preview | link image media | ", image_advtab: true, browser_spellcheck: true, relative_urls: false, document_base_url: 'https://samsontours.com/', convert_urls: false // extended_valid_elements: 'a[href|target=_blank]' }; TinyMCESettings2 = { theme: "modern", plugins: [ "textcolor advlist autolink lists link image charmap print preview hr anchor pagebreak", "searchreplace wordcount visualblocks visualchars code fullscreen", "insertdatetime media nonbreaking save table contextmenu directionality", "emoticons template paste filemanager" ], toolbar1: "insertfile undo redo | fontselect styleselect fontsizeselect | bold italic | forecolor backcolor emoticons | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | print preview | link image media |", image_advtab: true, templates2: [ {title: 'Header', content: 'Test 1'}, {title: 'Footer', content: 'Test 2'} ], template_external_list_url : "https://samsontours.com/jscripts/lists/template_list.js", browser_spellcheck: true, relative_urls: false, document_base_url: 'https://samsontours.com/', convert_urls: false // extended_valid_elements: 'a[href|target|target=_blank]' // handle_event_callback: function (e) { // put logic here for keypress // alert(e); // }, /* setup : function(ed) { ed.onSetContent.add(function(ed, o) { // Replaces all a characters with b characters o.content = o.content.replace(/a/g, 'b'); }); }*/ }; TinyMCESettings3 = { mode : "textareas", editor_selector : "mceEditor", theme: "modern", plugins: [ "textcolor advlist autolink lists link image charmap print preview hr anchor pagebreak", "searchreplace wordcount visualblocks visualchars code fullscreen", "insertdatetime media nonbreaking save table contextmenu directionality", "emoticons template paste filemanager" ], toolbar1: "insertfile undo redo | fontselect styleselect fontsizeselect | bold italic | forecolor backcolor emoticons | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | print preview | link image media | ", image_advtab: true, browser_spellcheck: true, relative_urls: false, document_base_url: 'https://samsontours.com/', convert_urls: false };