<iframe ID="eWebEditor1" name="eWebEditor1"  src="../inc/eWebEditor/ewebeditor.htm?id=FreeTextBox1&style=light&extcss=../inc/eWebEditor/_example/myeditorarea.css" frameborder="0" scrolling="no" style="margin:0px; padding:0px;" width="550" HEIGHT="350" onload="eWebEditor1.setMode('EDIT')"></iframe>
一 这句话 里的src="../inc/eWebEditor/ewebeditor.htm?id=FreeTextBox1&style=light&extcss=../inc/eWebEditor/_example/myeditorarea.css"是什么意思啊 二 我要提交eWebEditor编辑器的内容 应该 怎么提交三 我想给eWebEditor初始值 负值怎么做

解决方案 »

  1.   

    ewebeditor官网:http://www.ewebeditor.net/这里面的帮助去看看吧!!
      

  2.   

    onload="eWebEditor1.setMode('EDIT')"加一个  这句话说明意思
      

  3.   

    里面的Id指定一个隐藏的空间Id,然后获取就可以了
    <iframe ID="eWebEditor1" name="eWebEditor1"  src="../inc/eWebEditor/ewebeditor.htm?id=FreeTextBox1&style=light&extcss=../inc/eWebEditor/_example/myeditorarea.css" frameborder="0" scrolling="no" style="margin:0px; padding:0px;" width="550" HEIGHT="350" onload="eWebEditor1.setMode('EDIT')"></iframe>
    即上面的ID="eWebEditor1"指定一个Hiddenfield的Id,然后获取这个控件的value就可以
      

  4.   

    能不能在详细点  什么叫指定隐藏空间的ID
    怎么指定隐藏空间的ID
      

  5.   

    呵呵,打错了,控件我有例子,如果要的话可以给你发,给我邮箱发信息,说明你要例子,然后给你发过去
    邮箱[email protected]
      

  6.   

    多谢了  都搞定了 只要设置个
     <asp:HiddenField id="content1" runat="server" />隐藏的控件  让他的ID 等于ewebeditor.htm?id=content1&style=coolblue里的就可以了获取值了 
        <iframe id="eWebEditor1" src="eWebEditor_V4.60_CHS_Lite_Build070311/ewebeditor.htm?id=content1&style=coolblue" frameborder="0" scrolling="no" width="700" HEIGHT="550"></iframe>