现在想做一个html编辑器,它可以在编辑器中插入一个编辑器,就像插入一个图片一样

解决方案 »

  1.   

    可以的我用的是FCKeditor
    在原代码状态插入以下代码
    <div><input id="ft_rz_nr11" type="hidden" name="ft_rz_nr11" /><input id="ft_rz_nr___Config" type="hidden" /><iframe id="ft_rz_nr11___Frame" src="/FCKeditor/editor/fckeditor.html?InstanceName=ft_rz_nr11&amp;Toolbar=Default" frameborder="no" width="100%" scrolling="no" height="300"></iframe></div>注意:ft_rz_nr11为id,其中有4个地方需要修改
      

  2.   

    你只要按照FCKeditor的说明自己作个插件就可以在FCKeditor的工具栏上加入一个按钮直接将
    上述的代码加入编辑器,具体你自己参照FCKeditor/editor/plugins目录下的文件,不难
      

  3.   

    我等着看好了.最近我在做一个.NET 2.0的代码生成器
    http://www.mytopwin.com/未命名.PNG