fck编辑器还没用过!
明天进去打算用!
现在想问下!引用了fck的那个dll
那个fck里面的保存图片路径是不是只能设置一个地方?
如果一个项目有多个地方用到这个fck要怎么办?

解决方案 »

  1.   

    然到要引用多个fck的dll,然后名字改掉吗?
      

  2.   

    页面
    <%@ Register TagPrefix="fckeditorv2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>
     <FCKeditorV2:FCKeditor id="txtContent" runat="server" Width="100%" Height="200px"></FCKeditorV2:FCKeditor>
    使用FredCK.FCKeditorV2.dll2.6.3,在editor\filemanager\connectors\aspx目录下
    修改config.ascx,配置上传文件路径
    UserFilesPath = "/UserFiles/";
      

  3.   

    config.ascx文件 
    UserFilesPath = "/useruploadfiles/"; 
    TypeConfig[ "File" ].FilesPath= "%UserFilesPath%file/"; 
      

  4.   

    那如果要其他版块要在用到这个fck
    只要在配置文件在加个上传路径还有fck的namespace改下就可以了吗?
      

  5.   

    fck不是用js做的吗?我也没有用过,不是很清楚
      

  6.   

    谁提供个地址下载额
    去baidu找了好久!有的和网上讲的不一样额!
      

  7.   

    建议使用新的CK。先引用dll然后在用到的页面:
    <!-- 载入 CKEditor 编辑器 -->
        <script src="ckeditor/ckeditor.js" type="text/javascript"></script>   <!--这里就是加入编辑器-->
    <asp:TextBox ID="tbContent" runat="server" class="ckeditor" 
                                TextMode="MultiLine"></asp:TextBox>很方便的。如果找不到的话,请发邮件给我索取:[email protected]