Cute Editor Prepopulating?

Last post 05-04-2010, 3:01 AM by Kenneth. 5 replies.
Sort Posts: Previous Next
  •  04-30-2010, 4:04 PM 60578

    Cute Editor Prepopulating?

       Look this is goofy crap...but I have a couple of these controls on a page and its grabbing the page that contains the controls and fills the RTE with the html....annoying..YES!
     
    the controls are pretty simple:
     
     <CE:Editor ID="txtSummary" runat="server" FilesPath="~/images" MaxTextLength="250" Text="" >
                            </CE:Editor>
    and 
     
     <CE:Editor ID="txtArticle" runat="server" AllowPasteHtml="true" FilesPath="~/images" Text="">
                        </CE:Editor>
     
     
    so...super not cool, I just want an empty, white editing area.....
  •  04-30-2010, 4:39 PM 60579 in reply to 60578

    Re: Cute Editor Prepopulating?

    seriously?  I'm the only one having this problem?  B/C frankly I have no problem buying another editor.  This shouldnt be this hard.  What would cause CE to grab the html contents of the page that contains it, and stick it in..I dont want to edit the page i'm on....ugh....this is frustrating.
     
  •  04-30-2010, 5:02 PM 60580 in reply to 60578

    Re: Cute Editor Prepopulating?

    tremmorkeep,

    Can you try the following code and get back to me?
     
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <%@ Page language="c#"%>
    <html>
     <head>
     </head>
     <body>
      <form id="Form1" method="post" runat="server">
       <CE:EDITOR id="Editor1" Autoconfigure="Simple" runat="server"></CE:EDITOR>
      </form>
     </body>
    </html>

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-30-2010, 5:05 PM 60581 in reply to 60580

    Re: Cute Editor Prepopulating?

    yah, same thing, its grabbed the master page maybe?  and populated that with it...now what?
  •  04-30-2010, 5:11 PM 60582 in reply to 60581

    Re: Cute Editor Prepopulating?

    if you have a private way of contacting me I can put you into the dev site, but I wont list it here on the forums.
     
    groundhoundfive@yahoo.com
     
    or IM me.  Delanthani@hotmail.com
  •  05-04-2010, 3:01 AM 60662 in reply to 60582

    Re: Cute Editor Prepopulating?

    Hi tremmorkeep,
     
    Please send the information of your site to me, I will check it and get back to you as soon as possible.
     
     
    Regards,
     
    ken
View as RSS news feed in XML