Search

You searched for the word(s): editor language
Showing page 22 of 99 (987 total posts) < 1 second(s)
  • Re: Wording of pop-up on pasting from Word

    Hi Adam,   Thanks for your advice.  I modified the appropriate language file but it is having no effect.  Clearing all the caches and restarting the editor still showed no effect.   It's evident from the logs that when we use the editor it is not calling any of those language files. It is calling editor.cep ...
    Posted to Cute Editor for .NET (Forum) by nickyuk on April 25, 2008
  • Re: Change language

    You need follow all installation steps, if you only upload folder ''cuteeditor_files'', it will not work. Installation steps are as follows,   1. Install CuteEditor assembly and license file Copy the following files to your application bin folder. CuteEditor.dllCuteEditor.ImageEditor.dllNetSpell.SpellChecker.dllCuteEditor.lic 2. ...
    Posted to Cute Editor for PHP (Forum) by Eric on June 21, 2010
  • Re: language file problem in the version 6.0

    with this example it´s ok. the message comes when open the page with editor or submit this page (in IE7). Tested with older version 5.0 in the same configuration no problem. The problem is caused by the umlaute öäü in the de-de.xml-file. if you replace f.e. this with oe ae ue the problem is solved. chris
    Posted to Cute Editor for .NET (Forum) by lue on May 8, 2007
  • Re: Referencing Cute Editor

    I figured it out, the include file must be in the base of the pages calling other pages.e.g i use include files from a base default.asp page. the include must be put in the very base level asp page.   looks like im in this one by my self at the moment, i guess its to much to ask for support 5.30am in the morning. Man us australian ...
    Posted to Cute Editor for ASP (Forum) by ThePatriot on April 6, 2006
  • Re: default text used in the editor window?????

    <%@ Page Language=''C#'' ContentType=''text/css'' %> <%@ OutputCache Duration=''31536000'' VaryByParam=''None'' Location=''Client'' %> <script runat=''server''> string editorid; protected override void OnInit(EventArgs e) { //do not call base's OnInit , skip the theme bug! //base.OnInit(e); ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 27, 2005
  • Re: Can programmatically/dynamically set a background image for editor?

    In the download package, there is a file named Using-External-Style-Sheets.aspx.   Here is the source code of this example:   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''leftmenu'' Src=''leftmenu.ascx'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 3, 2008
  • Re: Cute Editor gives some problem when used with in AJAX Tab Container

    abcab: Hi,   We are having some problem when we put Cute Editor with in AJAX Tab Container. When you switch to design view it gives some strange exception message. Below is the sample code :    <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''Test.aspx.cs'' Inherits=''Test'' %> <%@ Register ...
    Posted to Cute Editor for .NET (Forum) by ttboy on October 5, 2008
  • Re: Cute Editor gives some problem when used with in AJAX Tab Container

    yeah, me either has this problem, but why this site could use the cuteediter in asp.net ajax tabcontainer? so, the someone could help? please help to check.  and provide the solution. thanks very much.....   abcab: Hi,   We are having some problem when we put Cute Editor with in AJAX Tab Container. When you switch ...
    Posted to Cute Editor for .NET (Forum) by ttboy on October 5, 2008
  • Re: GetSavePoint/RestoreSavePoint functions are not implemented in V6

    I'm not certain how to call the replacement functions, can you provide an example.  I've only tested in IE and Firefox This is my example Javascript, each of the alerts below display 'undefined'.             <script language=''JavaScript'' type=''text/javascript'' ...
    Posted to Cute Editor for .NET (Forum) by tom.Ognibene on May 14, 2007
  • Re: Passing the HTML from Cute Editor does not work!

    Please save the following as an aspx page.  <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html><body><form runat=''server''>    <CE:Editor id=''Editor1'' UseRelativeLinks=true EditorWysiwygModeCss=''../example.css'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 23, 2005
« First ... < Previous 20 21 22 23 24 Next > ... Last »