google-code-export / xheditor

Automatically exported from code.google.com/p/xheditor
GNU Lesser General Public License v3.0
1 stars 1 forks source link

有没有可能在编辑器使用自己定义的外联的CSS样式? #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
我尝试在编辑器里的工具条里插入了一个自定义菜单,该菜��
�的的主要内容是插入一些常用的
HTML代码片段。如:
<div class="ProductCate">
 <h1>产品名称</h1>
</div>

插入已经成功了,在这里,我对该Div使用了一个自定义样式"P
roductCate",我将该样式分别追
加在了插入编辑器页面所在的CSS里,以及heditor_skin\default\ui.cs
s和iframe.css,
里,但均无用。似乎我只能够在插入代码处直接附上CSS,如
<div style="height:100px;width:100%;margin:0px 0px 30px 
0px;padding:8px;background:#efefef;"><h1 style="height:20px;width:100%; 
background:#ff6600;padding:5px;margin:0px">产品名称</h1>

才能使样式有效,我因为页面有大量此类样式,希望能定在��
�部CSS样式里,这样方便更改,也方
便SEO,但又想客户也直接能在编辑器里所见即所得。

请问是否有方法在编辑器里调用外部CSS文件,或是我应当将��
�式表追加在程序某处?

thank u

Original issue reported on code.google.com by vincim...@gmail.com on 5 May 2010 at 5:36

GoogleCodeExporter commented 9 years ago
编辑区域的样式可以在iframe.css样式文件中修改,或者用loadCSS
参数在初始化时动态加载。

如果你修改了,但是无效,很大可能是缓存问题,建议你清��
�缓存,再刷新。

Original comment by yanis.w...@gmail.com on 5 May 2010 at 5:47

GoogleCodeExporter commented 9 years ago
thank u, appreciate
It works well when I cleared the cache of my browser

Original comment by vincim...@gmail.com on 5 May 2010 at 2:16

GoogleCodeExporter commented 9 years ago

Original comment by yanis.w...@gmail.com on 6 May 2010 at 11:58

GoogleCodeExporter commented 9 years ago
thank you a lot! it works!

Original comment by jeffreyw...@gmail.com on 2 Jul 2013 at 10:27