FineUI 官方论坛

标题: 为什么使用FCKeditor没有出现面板? [打印本页]

作者: yanzhongnj    时间: 2014-2-23 10:44
标题: 为什么使用FCKeditor没有出现面板?
基本上按照演示的源代码拷贝过来的,能运行,但是不见控制面板.郁闷!

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="log.aspx.cs"  ValidateRequest="false"
    Inherits="log" %>

<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<!DOCTYPE html>
<html>
<head runat="server">
    <title></title>
</head>
<body>

    <form id="form1" runat="server">
    <fageManager ID="ageManager1" runat="server" />
    <f:ContentPanel ID="ContentPanel1" runat="server" BodyPadding="5px"
        EnableBackgroundColor="true" ShowBorder="true" ShowHeader="true" Width="850px" Title="内容面板" >
        <FCKeditorV2:FCKeditor ID="FCKeditor1" BasePath="~/fckeditor/" Value="" runat="server" ToolbarCanCollapse="True">
        </FCKeditorV2:FCKeditor>
    </f:ContentPanel>
   <br />
    <f:Button ID="Button2" runat="server" CssClass="inline" Text="设置 FCKEditor 的值"
        >
    </f:Button>
    <f:Button ID="Button1" runat="server" Text="获取 FCKEditor 的值" >
    </f:Button>
    </form>
    <script type="text/javascript">
        // 更新编辑器内容
        function updateFCKEditor(content) {
            var editor = FCKeditorAPI.GetInstance('<%= FCKeditor1.UniqueID %>');
            editor.SetData(content);
        }
    </script>
</body>
</html>

请高手解答,xx!



作者: sanshi    时间: 2014-2-23 19:51
看看这个路径是否正确:BasePath="~/fckeditor/"
作者: yanzhongnj    时间: 2014-2-23 22:29
和示例代码的路径一致呀,在项目的根目录下.应该没有错的.
作者: yanzhongnj    时间: 2014-2-23 22:32
项目目录及相关代码见下图
作者: yanzhongnj    时间: 2014-2-24 15:38
不支持 IE11.0 !




欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4