|
|
Multiple Editors in one page |
|
Example Code:
<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>
|
|
|
|