eds/cms/static/js/textarea.js
2017-04-12 08:37:01 +02:00

7 lines
No EOL
131 B
JavaScript

/**
*
*/
tinymce.init({
selector: 'textarea', // change this value according to your HTML
body_class: 'tinymce'
});