How to use CKEditor in a Bootstrap Modal?

后端 未结 14 1333
名媛妹妹
名媛妹妹 2020-11-30 04:14

If I use the CKEditor plugin in an HTML page based on a Bootstrap template, it works great, however if I insert the editor on a Bootstrap Modal like this

<         


        
14条回答
  •  一整个雨季
    2020-11-30 04:34

    I just remove the tabindex="-1" from the dialog main div element. Here is the sample code

    I just remove this

    tabindex="-1"
    

    and it starts working.

提交回复
热议问题