在使用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>
地震让大伙知道:居安思危,才是生存之道。