Search

You searched for the word(s): javascript
Showing page 368 of 408 (4,076 total posts) < 1 second(s)
  • Does CuteEditor have an AutoCorrect feature like MS Word?

    Hello, We would like to use CuteEditor in an application we are creating. One special feature that we want is to be able to do some autocorrects so that if the user types in any one of a series of predefined codes, these get auto-expanded to a piece of text.   For example, if the user types in ''We want 3 ~N and 15 ~T right now'' the codes ...
    Posted to Cute Editor for .NET (Forum) by johnsquires on June 11, 2008
  • Can I use the Style Builder independently?

    Hi, I want to allow people who manage their web application to edit the styles for their site, and it will be nice if they could use the same dialog they know from using the Cute Editor. I saw an example of how to use the Cute Editor as an Image Selector using ExecCommand('InsertImage'). I was trying to play with the concept of the ...
    Posted to Cute Editor for .NET (Forum) by assafbl on May 1, 2008
  • Browser support & localization

    Your web-site is distracting. 1) Editor DOESN'T work in Opera 9. Right click is not supported in Opera. After 10 seconds of editing&#160;Opera's&#160;error&#160;console&#160;starts&#160;showing&#160;lot's&#160;of&#160;JavaScript&#160;erros&#160;and&#160;nothing's&#160;working. 2) Editor ...
    Posted to Cute Editor for .NET (Forum) by HeavyWave on March 11, 2008
  • Prevent Copying Text

    I've read that this javascript should help prevent most users from being able to copy text, by disabling the option of highlighting text...but where would I put it?   document.onselectstart=new Function('return false'); function dMDown(e) {return false;} function dOClick() {return ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by selliott on August 15, 2007
  • Using ColorPicker dialog

    Hi all, this is my first post.  I have the need in a form of my web application (with a cute editor in it) to simulate the call of the ColorPicker dialog, and get directly the color value chosen by the user. Is there a javascript API that let me do this? The application is an ASP.NET 2.0 app, we have purchased an IP ...
    Posted to Cute Editor for .NET (Forum) by spiral on July 12, 2007
  • Undefined - is mostly all I get.

    My Editor now just comes up with the word ''undefined'' in the text area.   Here's my current best guess.   My configuration:    Dim editor1   Set editor1 = New CuteEditor   editor1.ID = ''Description''   editor1.Text = sDescription   editor1.FilesPath ...
    Posted to Cute Editor for ASP (Forum) by jdmaynard on March 31, 2007
  • Catching the Return Key and the Tab Key

    I am trying to catch the return key and the tab key when inside a CE.  I want to tab to the next form field when the user uses the tab key; I don't want to insert spaces.  I also want to catch the return character and not allow them to hit return.   I am trying to follow the following article you had presented to me ...
    Posted to Cute Editor for .NET (Forum) by JonE on August 10, 2006
  • What's new in version CuteEditor for .NET 5.3?

    New Features and Improvements: New memeber (PastePureText) has been added into PasteBehavior Enumeration. Member Name Description Default When you paste text into the editor it is not processed. Disabled Paste function is disabed. PasteCleanHTML When you pasting the html code into the editor, the empty tags, ...
    Posted to News and Announcements (Forum) by Adam on May 25, 2006
  • Selecting an Image For Use With Custom Links Dialog

    I am upgrading from CE 3.0 to CE 5.2. In CE 3.0 I had a custom Insert Link dialog fully functional. I now have it working in CE 5.2 except that when I select an image and then click on the Link button (which shows my custom dialog), I get a JavaScript error (''Object doesn's support this property or method''). I am trying have the ability to make ...
    Posted to Cute Editor for .NET (Forum) by jeff330ci on April 3, 2006
  • Positioning the cursor after inserting a list

    I'm writing a JavaScript application that prepares a CuteEditor instance for user input by using the SetHTML function to insert the following:          <ol unselectable=''on''><li></li></ol>I would like the user to be able to start adding items to the list and to NOT be able to navigate ...
    Posted to Cute Editor for .NET (Forum) by bpesner on March 8, 2006