CKEditor 3.0 Height

前端 未结 10 1354
暗喜
暗喜 2020-12-29 08:36

Is there a way to set the height of CKEditor 3.0 to a percentage, such as 100%, such that it takes up the whole window?

I am currently using absolute values, but the

10条回答
  •  一个人的身影
    2020-12-29 09:13

    None of the above solutions worked fine for me in order to set the height either with percentage or without it. Percentages are still not supported at all unless you hack it with one of the above solutions.

    As stated in the documentation, you may set the height and css style with:

    
        
    
    

    http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.height

提交回复
热议问题