Search

You searched for the word(s): javascript
Showing page 331 of 408 (4,076 total posts) < 1 second(s)
  • [IE6-7] InsertLink command does not work on an empty line

    This issue can be reproduced by using the demo page at http://cutesoft.net/example/JavaScript-API.aspx   If the cursor is on an empty line, the Inserlink command will insert whitespaces insert of the link value. It may work randomly though... To make it work, just insert a space or any other character before executing the ...
    Posted to Cute Editor for .NET (Forum) by lamasse on May 5, 2008
  • Text not posted back in Safari 3.0

    Hello there   I'm having a problem using CuteEditor in  Safari 3.0.4   I'm running version Cute Editor 6.0 Build 2007-06-26 (file version 6.0.0.0), on IIS 6 with .NET framework 1.1   When I type text into the editor and submit, no value is returned from either editor.Text or editor.XHTML (for example, if I say ...
    Posted to Cute Editor for .NET (Forum) by TonyHBrown on April 10, 2008
  • Some programming questions about Cute Editor

    Hello.  This is my first time on this forum.  I have been working with Cute Editor for a few days now to see how it can be used in my project.  I must say that I'm very impressed with it!  I do have a few programming questions about it though:   1. Is is possible to instantiate the editor on the server side using C# or ...
    Posted to Cute Editor for .NET (Forum) by Escovado on March 4, 2008
  • Cute Editor as an Image Uploader

    Hey guys,   Is there an easy way to integrate Cute Editor as just an image uploader? I am using Version 6, and what I would like to do is have users click on ''Upload Logo'', which brings up a dialog from Cute Editor to pick the file, upload and auto-resize, and then do something in HTML:Javascript.   By the same token, I would ...
    Posted to Cute Editor for .NET (Forum) by Phideas on January 14, 2008
  • (editor1doc.selection).type does not work in Firefox?

    The following Javascript function is called in the onclick event of an ASP.NET image button.   I put alert statements after each line to isolate where it is failing in Firefox for Windows 2.0.0.8.   In IE, this works fine and goes all the way through (pasting the string **FILE1** into the editor).   But, in Firefox, ...
    Posted to Cute Editor for .NET (Forum) by rockford on November 1, 2007
  • Re: Replacing editor in news publishing program

    Capper,   TinyMCE is pure JavaScript Editor. It's very easy to replace it with Cute Editor.   Deployment instruction is here:   http://phphtmledit.com/document/scr/GettingStartedDeployment.htm   Basically if your textarea ID/name is ''Editor1'', you need to create an editor instance and set its ID to ...
    Posted to Cute Editor for PHP (Forum) by Adam on October 1, 2007
  • Flash issues...

    I'm trying to insert flash content using the CuteEditor.  The flash movie is just a simple slideshow that uses an image folder, and XML document.  If I just use the insert flash button and find the swf, all I see is just the first frame of the movie without any of the images or content loaded.  If I copy and paste the ...
    Posted to Cute Editor for .NET (Forum) by jmace on September 12, 2007
  • Normal View locks up with this HTML...

    Our email client, using the Cute Editor, locks up the browser when the following code is pasted into the HTML view, then Normal view is selected. <link rel=3DFile-List href=3D''cid:[email protected]''> This line of code comes from an MS Word generated email. I am not able to duplicate the problem in the ...
    Posted to Cute Editor for .NET (Forum) by TomLewis on June 18, 2007
  • How do I stop CuteEditor from scrolling the page to the top on each postback?

    Hi,   I have JavaScript code in my pages to maintain the scroll position over postbacks, but it is overridden on any page with CuteEditor on it - the code functions correctly and returns to the correct position, but as soon as the CuteEditor control has finished loading/initialising, it scrolls the page to the top.   How can I ...
    Posted to Cute Editor for .NET (Forum) by ChrisD on November 3, 2006
  • Firefox error using a LinkButton

    Hi,I'm getting a Javascript error in Firefox when using a LinkButton (& .Net 2), which stops the postback. It works ok in IE. A simple version of the code is below. The error is pemail_pattern is not defined  in CuteEditor_Gecko.js.aspx (line 13). (My full page gets the same error, but revertColor not defined).    <form ...
    Posted to Cute Editor for .NET (Forum) by petero on September 3, 2006