PHP Classes

File: public/public/assets/backend/js/init.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   LaraCMS   public/public/assets/backend/js/init.js   Download  
File: public/public/assets/backend/js/init.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: LaraCMS
Content management system based on Laravel
Author: By
Last change:
Date: 1 year ago
Size: 1,242 bytes
 

Contents

Class file image Download
// Simple Tiny MCE tinymce.init({ selector: ".tinymce_simple", theme: "modern", height: 80, menubar: false, statusbar: false, plugins: [ "autolink link image lists hr anchor pagebreak spellchecker", "searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking", "save table contextmenu directionality template paste textcolor", ], valid_elements : '*[*]', toolbar: "undo redo styleselect bold italic alignleft aligncenter alignright alignjustify bullist numlist link preview fullpage forecolor", }); // Advance Tiny MCE tinymce.init({ selector: ".tinymce_advance", theme: "modern", height: 150, plugins: [ "advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker", "searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking", "save table contextmenu directionality emoticons template paste textcolor code", ], valid_elements : '*[*]', toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print media fullpage | forecolor backcolor emoticons | code preview", });