Code Pad
Code
List Code
Search Code
Images
List Images
Search Images
Login
Privacy
Home
enable tiny mce on a textarea function tinymce
jquery ui datepicker
js
styling css elements based on their attributes
css
animate background gradient css
css
linear gradient background with 3 colours
css
web storage testing
js
load a script based on a page condition variable
jquery
loop through elements and change the content using each and substr with jquery
jquery
mega menu testing
css
basic foundation grid layout
html
enable tiny mce on a textarea function tinymce
1:07 am, April 17, 2018
a nice quick script to add tinymce to any textarea
Code
html
css
js
scripts
html
Enable TinyMCE
css
js
function load_tinymce(idclass) { tinymce.init({ selector: idclass, plugins: [ "spellchecker code autolink link image fullscreen searchreplace wordcount visualblocks visualchars insertdatetime media table paste textcolor textpattern emoticons media" ], toolbar1: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link unlink image | code", image_advtab: true, height: 400, content_css : "css/style.css" }); }
scripts
Download & Run
Download File
Run Demo
Re-load Preview
Preview
YF3Cw