Cute Editor gives some problem when used with in AJAX Tab Container

Last post 10-05-2008, 11:17 PM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  06-07-2008, 3:31 PM 41239

    Cute Editor gives some problem when used with in AJAX Tab Container

    Hi,
     
    We are having some problem when we put Cute Editor with in AJAX Tab Container. When you switch to design view it gives some strange exception message. Below is the sample code : 
     

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="Test" %>
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Test Cute Editor in AJAX tab container</title>
    </head>

    <body>
        <form id="form1" runat="server">
        <asp:ScriptManager ID="Scriptmanager1" runat="server">
        </asp:ScriptManager>
       
        <ajaxToolkit:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0">
            <ajaxToolkit:TabPanel runat="server" HeaderText="TabPanel1" ID="TabPanel1">
                <HeaderTemplate>
                </HeaderTemplate>
                <ContentTemplate>
               
                    <CE:Editor ID="Editor1" runat="server" AutoConfigure="Compact">
                        <FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderWidth="1px" BorderStyle="Solid"
                            CssClass="CuteEditorFrame" Height="100%" Width="100%"></FrameStyle>
                    </CE:Editor>
                </ContentTemplate>
            </ajaxToolkit:TabPanel>
          
        </ajaxToolkit:TabContainer>
       
        </form>
    </body>
    </html>

     
    Please help us to fix this.
     
    Thanks,
     
    Sol
    Filed under: , ,
  •  10-05-2008, 8:43 AM 44575 in reply to 41239

    Re: Cute Editor gives some problem when used with in AJAX Tab Container

    yeah, me either has this problem,
    but why this site could use the cuteediter in asp.net ajax tabcontainer?
    so, the someone could help? please help to check.  and provide the solution.
    thanks very much.....

     
    abcab:
    Hi,
     
    We are having some problem when we put Cute Editor with in AJAX Tab Container. When you switch to design view it gives some strange exception message. Below is the sample code : 
     

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="Test" %>
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Test Cute Editor in AJAX tab container</title>
    </head>

    <body>
        <form id="form1" runat="server">
        <asp:ScriptManager ID="Scriptmanager1" runat="server">
        </asp:ScriptManager>
       
        <ajaxToolkit:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0">
            <ajaxToolkit:TabPanel runat="server" HeaderText="TabPanel1" ID="TabPanel1">
                <HeaderTemplate>
                </HeaderTemplate>
                <ContentTemplate>
               
                    <CE:Editor ID="Editor1" runat="server" AutoConfigure="Compact">
                        <FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderWidth="1px" BorderStyle="Solid"
                            CssClass="CuteEditorFrame" Height="100%" Width="100%"></FrameStyle>
                    </CE:Editor>
                </ContentTemplate>
            </ajaxToolkit:TabPanel>
          
        </ajaxToolkit:TabContainer>
       
        </form>
    </body>
    </html>

     
    Please help us to fix this.
     
    Thanks,
     
    Sol
  •  10-05-2008, 8:45 AM 44576 in reply to 41239

    Re: Cute Editor gives some problem when used with in AJAX Tab Container

    abcab:
    Hi,
     
    We are having some problem when we put Cute Editor with in AJAX Tab Container. When you switch to design view it gives some strange exception message. Below is the sample code : 
     

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="Test" %>
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Test Cute Editor in AJAX tab container</title>
    </head>

    <body>
        <form id="form1" runat="server">
        <asp:ScriptManager ID="Scriptmanager1" runat="server">
        </asp:ScriptManager>
       
        <ajaxToolkit:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0">
            <ajaxToolkit:TabPanel runat="server" HeaderText="TabPanel1" ID="TabPanel1">
                <HeaderTemplate>
                </HeaderTemplate>
                <ContentTemplate>
               
                    <CE:Editor ID="Editor1" runat="server" AutoConfigure="Compact">
                        <FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderWidth="1px" BorderStyle="Solid"
                            CssClass="CuteEditorFrame" Height="100%" Width="100%"></FrameStyle>
                    </CE:Editor>
                </ContentTemplate>
            </ajaxToolkit:TabPanel>
          
        </ajaxToolkit:TabContainer>
       
        </form>
    </body>
    </html>

     
    Please help us to fix this.
     
    Thanks,
     
    Sol
  •  10-05-2008, 11:17 PM 44590 in reply to 41239

    Re: Cute Editor gives some problem when used with in AJAX Tab Container

    HI abcab,
     
    We had ifxed this issue in  6.2 version,please download the new version.
    download:
     
    Regards
     
    Ken
     
View as RSS news feed in XML