|
主题: 如何在dw中调用在线编辑器
|
 mxhmysuc
职务:普通成员
等级:1
金币:0.0
发贴:32
注册:2006/5/23 10:00:42
|
#12006/6/8 17:23:25
做一个添加网页,其中一字段要用在线编辑器,可什么试也不成功,  ,那们大侠教教我
|
 mxhmysuc
职务:普通成员
等级:1
金币:0.0
发贴:32
注册:2006/5/23 10:00:42
|
#22006/6/8 17:47:44
我使用了eWebEditor的在线编辑器
按 eWebEditor的调用说明,
把<input type="text" name=nr” cols=”100”></textarea>改为:
<input type="hidden" name="nr" value=""> <iframe ID="eWebEditor1" src="/ewebeditor/ewebeditor.asp?id=content1&style=standard"frameborder="0" scrolling="no" width="500" HEIGHT="350"></iframe>
出现“需转换为编辑状态才能使用编辑功能”,什么用不了呢??
|
 yiliaocheng
职务:普通成员
等级:2
金币:2.0
发贴:631
注册:2005/12/29 19:33:15
|
#32006/6/8 18:14:49
<input type="hidden" name="nr" value=""> <iframe ID="eWebEditor1" src="/ewebeditor/ewebeditor.asp?id=nr&style=standard"frameborder="0" scrolling="no" width="500" HEIGHT="350"></iframe>
|
 mxhmysuc
职务:普通成员
等级:1
金币:0.0
发贴:32
注册:2006/5/23 10:00:42
|
#42006/6/9 10:46:20
谢谢,  ,问题解决
|