Reset CSS for a certain area of the page?

后端 未结 5 1917
礼貌的吻别
礼貌的吻别 2020-12-12 06:01

I am working on a CMS. One of its functions is the editing of HTML \"chunks\" in a WYSIWYG editor that are displayed as individual pages.

I have an area in the CMS w

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 06:47

    If you take TinyMCE for example, they use also an iframe, I think they had the same problems like you. I use it in my backend and on some pages 4 iframes. I don´t see any performance problems.

    With TinyMCE it is possible to compress the functions you need (in PHP, JSP, .NET and Coldfusion), this gives you a great speedboost.

    Think twice, bevore you write your own WYSIWYG editor, the others are well tested and have a bunk of very good plugins for nearly every need.

提交回复
热议问题