Search

You searched for the word(s): editor language
Showing page 40 of 99 (987 total posts) < 1 second(s)
  • Re: Select an image outside of Cute Editor?

    OK, I have solved some of the problems here. In my Javascript, I had not allowed for the fact that Mozilla and Opera open the Insert Image dialog asynchronously, so the code has to loop waiting for the user to select an image. In the sample code that ships with CE 6.0, the setTimeout command is used for this purpose (see below).   However, ...
    Posted to Cute Editor for .NET (Forum) by dotcom on July 11, 2007
  • Re: Reg- Making Cute Editor content window read only

    Please refer to http://cutesoft.net/example/readonly.aspx, the code are as follows: <CE:Editor id=''Editor1'' ReadOnly=''true'' ThemeType=''Office2007'' EditorWysiwygModeCss=''../example.css'' runat=''server'' ></CE:Editor>   If you want to set it dynamically, the following is a full example: <%@ Page ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 12, 2010
  • Problem writing custom functions

    I am trying to write a custom function that replaces text in the document. The following code is supposed to replace highlighted text with the string 'xxx' but instead just inserts 'xxx' into the document. In other words, it is supposed to replace the selected text -- but instead just inserts before it.   Help! The pasteHtml method is doing ...
    Posted to Cute Editor for ASP (Forum) by caboken on March 30, 2004
  • Re: @import problem using Chrome

    Hi SatishPatel,   Please create a page with the code below and access this page on chrome. Does it get the same problem? If yes, please send me the url of this test page, so we can check it ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 28, 2012
  • Re: 6.3 version with chrome

    Hi swathiVajja, Do you get the same error with the example below? If it works, please create an example page which can reproduce this issue and post here, I will check it and get back to you as soon as ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 9, 2012
  • Re: normal mode looks different from preview mode

    Hi gurpreet, I think you are testing on IE browser. 1. Please download the latest version http://www.cutesoft.net/downloads/folders/21904/download.aspx 2. Create an simple page with the code ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 23, 2012
  • Re: Javascript API Document?

    Hi SKH,   If you mean that, achieve the same function as the toolbar buttons by javascript.Please try the code below  <%@ Page Language=''C#'' AutoEventWireup=''true'' %>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 4, 2010
  • Re: saving a fixed color pallete????

    Hi mook,   You can put this code anywhere on the page, like:   ------------------------------------------------------>   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 14, 2009
  • Re: Spelll Checker Not Working

    Hi nareshdusi,     Please create a new website only include  one page which include the following code and try again. <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 24, 2008
  • Re: Required field validator

    donkie,   Please download the version 5.1 from:   http://cutesoft.net/Downloads/default.aspx   Demo is here:   http://cutesoft.net/example/RequiredFieldValidator_UserControl.aspx   The source code of the above example is as followings:ValidatorControl.ascx:    <%@ Control %> <%@ Register ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 25, 2005
« First ... < Previous 38 39 40 41 42 Next > ... Last »