eds/cms/static/js/textarea.js

7 lines
131 B
JavaScript
Raw Normal View History

2017-04-12 08:37:01 +02:00
/**
*
*/
tinymce.init({
selector: 'textarea', // change this value according to your HTML
body_class: 'tinymce'
});