Advertisement
PowerQuest

suitecrm-editor-add-functions-extended

Apr 27th, 2022 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.95 KB | None | 0 0
  1.   $.fn.EmailsComposeView.defaults = {
  2.     "tinyMceOptions": {
  3.     /* add plugins */
  4. //      plugins: "fullscreen",
  5.       plugins: 'code print preview fullpage searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample charmap hr pagebreak nonbreaking anchor insertdatetime advlist lists textcolor wordcount imagetools contextmenu colorpicker textpattern',
  6. /*  */    
  7.       menubar: true,
  8.       toolbar: ['fontselect | fontsizeselect | formatselect | bold italic underline strikethrough forecolor backcolor | image | alignleft aligncenter alignright alignjustify | styleselect | bullist outdent indent | removeformat | numlist | link | unlink | undo | redo | copy | paste'],
  9.       formats: {
  10.         bold: {inline: 'b'},
  11.         italic: {inline: 'i'},
  12.         underline: {inline: 'u'}
  13.       },
  14.       convert_urls: true,
  15.       relative_urls: false,
  16.       remove_script_host: false,
  17.     }
  18.   };
  19. }(jQuery));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement