eWebEditor for Windows V15.4 在线演示试用 (当前最新版)
|
|
|
多个编辑器调用示例 |
eWebEditor支持在一个页面有多个实例。您可以在一个页面同时调用多个完全配置不同的编辑器。
|
|
|
示例代码:
<form>
<input type="hidden" name="content1" value="">
<iframe id="eWebEditor1" src="ewebeditor.htm?id=content1&style=standard600" frameborder="0" scrolling="no" width="600" height="350"></iframe>
<input type="hidden" name="content2" value="">
<iframe id="eWebEditor2" src="ewebeditor.htm?id=content2&style=mini500" frameborder="0" scrolling="no" width="500" height="300"></iframe>
<input type="hidden" name="content3" value="">
<iframe id="eWebEditor3" src="ewebeditor.htm?id=content3&style=gray" frameborder="0" scrolling="no" width="550" height="350"></iframe>
<input type="hidden" name="content4" value="">
<iframe id="eWebEditor4" src="ewebeditor.htm?id=content4&style=green" frameborder="0" scrolling="no" width="550" height="350"></iframe>
</form>
|
|
|
|