tinymce 4 - Tiny MCE4 ignores width -
i replaced tinymce 3 tinymce 4. tinymce 4 takes width available :
tinymce.init({ mode: 'textareas', theme: 'modern', width:"808", height : "480" }); it ignores width settings. use on rails admin plugin cannot change surrounding html. has change in tinymce 4 can explain behavior?
i found : http://fiddle.tinymce.com/jvdaab/1 cannot reduce width, if can great.
you have remove quotes :
width: 300, height : 480 like : http://fiddle.tinymce.com/nzdaab
wrong :
width: "100", height : "480"
Comments
Post a Comment