在使用eWebEditor的时候,
<INPUT type="hidden" name="content1">
<IFRAME ID="eWebEditor1" src="../ewebeditor/ewebeditor.htm?id=content1&style=3d" frameborder="0" scrolling="no" width="600" height="350"></IFRAME>
有可能会出现
'ContentFlag' 未定义错误。
其原因是
传给ewebeditor.htm关于CSS选择的参数,style不能是3d
打开ewebeditor所在文件夹可以看到CSS文件夹,里面存放的便是该ewebeditor支持的CSS样式,
当然,如有需要,你可以自己添加新的CSS和图片
在这里我打开我的ewebeditor文件夹,看到:
有个叫coolblue的文件夹
于是,我将引用改为:
<INPUT type="hidden" name="content1">
<IFRAME ID="eWebEditor1" src="../ewebeditor/ewebeditor.htm?id=content1&style=coolblue" frameborder="0" scrolling="no" width="600" height="350"></IFRAME>
地震让大伙知道:居安思危,才是生存之道。