eWebEditor

 

备忘EWebEditor 

    下载

 注意:默认为asp平台下使用,如在其它平台下使用,请用记事本打开ewebeditor.htm文件,按如下方法修改保存即可。
   config.ServerExt = "asp";
   改为
   config.ServerExt = "php";
   或
   config.ServerExt = "jsp";
   或
   config.ServerExt = "aspx";

2. 自带10个样式,样式名分别为:coolblue、3d、blue、gray、light、mini、popup、red、yellow。
   您可以使用如下的方法分别调用不同的样式,示例:
   <iframe ID="eWebEditor1" src="ewebeditor.htm?id=content1&style=coolblue" frameborder="0" scrolling="no" width="500" HEIGHT="350"></iframe>

3. _example目录为示例目录,您可以参考eWebEditor的基本功能使用方法,更多,请参看用户手册。

你可能感兴趣的:(PHP,jsp,asp)