TinyMCE width and height disobedient!

前端 未结 12 1001
自闭症患者
自闭症患者 2020-12-14 08:09

According to the (conflicting) documentation of TinyMCE, the editor takes on the size of the textarea (or other) element that it replaces. It also says that you can set the

12条回答
  •  北海茫月
    2020-12-14 08:17

    tinyMCE.init({
            mode : "exact",
             .....
    

    mode : "exact" will disable the ability to resize grid by drag

提交回复
热议问题