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

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -