Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过panel.body.update('innerHTML(Content)')在 Extjs 面板中添加了一个 div 的 innerHTML 。添加 innerHTML 后,Extjs 面板显示它是具有一些 css 效果的 HTML,我认为这是由于 ext-all.css (Extjs 样式库。)
所以我的问题是如何在 div 中显示 html。例如,如果我在 htmleditor 中设置 div 的 innerHTML ,它的原始视图就可以正常工作。
您可以使用 .cls即使用css 类cls : ''。
cls
cls : ''