Search

You searched for the word(s): Cute Editor for ASP
Showing page 20 of 65 (643 total posts) < 1 second(s)
  • Re: CuteEditor 6.0 for ASP Javascript error obj_Editor1 is not an object

    // get the cute editor instance. In the following example, we assume your editor ID is : Editor1   var editor1 = document.getElementById('CE_Editor1_ID');    //Get the editor content var editdoc=editor1.GetDocument();   alert(getObjInnerText(editdoc.body));   function getObjInnerText (obj) ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 30, 2007
  • Re: Failed to load the Configure file

    Now getting the grey background to the editor but with this error in the middle:  ModuleIIS Web CoreNotificationMapRequestHandlerHandlerASPClassicError Code0x80070002Requested URLhttp://domainname.co.uk:80/cuteeditor_files/template.aspPhysical ...
    Posted to Cute Editor for ASP (Forum) by Chunky on February 28, 2014
  • Re: Problem with WEB site root path...

    Thanks - that fixed it.  I knew it had to be somewhere!   I've recommended to DBNetSuite (www.DBNetSuite.co.uk) that they go ahead and build in support for Cute-editor as their HTML editor for when building a CMS. The two work really well together, especially if you are a bit new to ASP.NET.   Brilliant package - expect an ...
    Posted to Cute Editor for .NET (Forum) by Korgman on July 14, 2007
  • Re: Editor removing break points

    Hi Adam,              Further regarding this issue. I took an HTML file ( I dont know how I can post it here or send it to you) and pasted it in the HTML view of the Cute Editor for ASP demo. I then made some minor modifications (text changes) in the 'Normal View'. I then saved it and looked ...
    Posted to Cute Editor for ASP (Forum) by vinsr27 on August 12, 2009
  • Re: keypress event..

    Please read my comments in black bold below and reply as soon as you can...   Please use the following code to get HTML code first.     // get the cute editor instance     var editor1 = document.getElementById('<%=editor.ClientID%>');          // Get ...
    Posted to Cute Editor for ASP (Forum) by nadiralishah on May 31, 2007
  • The Very Basics of Installation

    I just downloaded the trial version of CuteEditor.  I'm trying to implement into an asp page on my local computer (localhost).  I don't really even know where to start.  The web site says to copy simple.asp or default.asp to your web folder to get a quick start.  I don't see the simple.asp or default.asp in the files I ...
    Posted to Cute Editor for ASP (Forum) by jmlanca on March 29, 2006
  • Re: Dynamically Create/Update Cute Editor at run time

    >>My question was how do you SAVE the content in cute editor - how do you find the cute editor object when dynamically generated and save its content<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor''%><%@ Page Language=''C#'' ValidateRequest=''False''%>   <body>  <form ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 11, 2005
  • Cute Editor Freeze on Safari

    I use Cute Editor for .NET version 6.6 and it not work for Safari browser both on MAC and Windows Step to re-produce. Not Work<asp:UpdatePanel ID=''UpdatePanel1'' runat=''server'' UpdateMode=''Always''> <ContentTemplate>     <div>         <CE:Editor ID=''editorBody'' ...
    Posted to Cute Editor for .NET (Forum) by ps242 on March 15, 2011
  • Re: ASP Portal System and Cute Editor for .net

    DFH,   This is the only method to let CuteEditor for .NET work for ASP application.   If you don't like this option, you need to choose Cute Editor for ASP.
    Posted to Cute Editor for .NET (Forum) by Adam on November 21, 2006
  • Version not supported?

    Hello   I just downloaded the Cute Editor. When trying to add it to the Toolbox, i get the message ''There are no components in 'C:\Projekte\Portal\CuteEditor.dll' that can be placed on the toolbox.''   When trying to run the examples, placed in my app directory, i get the error   Parser Error Description: An error occurred ...
    Posted to Cute Editor for .NET (Forum) by Irene67 on July 12, 2006
« First ... < Previous 18 19 20 21 22 Next > ... Last »