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

  •  06-07-2008, 3:31 PM

    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: , ,
View Complete Thread