Search

You searched for the word(s): editor language
Showing page 85 of 99 (987 total posts) < 1 second(s)
  • Re: A few errors need help

    Hi nadol_c,   About question1 and question2, Can you try to upgrade to the latest version and try the simple page like below? <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 19, 2009
  • Re: function CuteEditor_OnCommand

    Hi goh6613,   Please try this example <%@ Page Language=''C#'' %>       <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 8, 2009
  • Re: A few errors need help

    Thanks for your reply, about question 1 and 2, I would like to specify that I'm using Standard Dialog, I think my issues are about standard dialog. The following code is my example for question ...
    Posted to Cute Editor for .NET (Forum) by nadol_c on August 25, 2009
  • Re: Control does not exist in the current context error in VS 2008

    ASPX PAGE -----------------------------------------   <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeBehind=''TestEditor.aspx.cs'' Inherits=''CMS.TestEditor'' %> <%@ 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 jtreuting on May 5, 2009
  • Re: CuteEditor 6.7 & jQuery Tabs

    Hi,   It works fine for me. Can you try the example page below? does it work for you ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 7, 2014
  • Re: Cute Editor - Spell check not working

    HI AjayG, Please check the code of file ''\CuteSoft_Client\CuteEditor\SpellCheck.aspx''  Add setting ValidateRequest=''False'' into the top of the page <%@ Page Language=''C#'' ClassName=''PopUpSpell'' ValidateRequest=''False'' %>  Regards, Ken 
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 19, 2012
  • Re: Support for Japanese characters in the editor

    try this link: http://cutesoft.net/ASP/localization.asp?language=ja-JP If you don't have problem with the above link and you are using the version 4.x, please provide an online example to show you problems.  
    Posted to Cute Editor for ASP (Forum) by Adam on September 13, 2005
  • Re: Language Question

    The Editor Culture property specifies the specifying the culture in the current thread. The default value for this attribute is ''en-en''.   In the example page,  you will find the following code:   'Sets the UI culture to French (France) editor.Culture = '' fr-fr ''     Just remove this line.
    Posted to Cute Editor for ASP (Forum) by Adam on June 9, 2004
  • Re: Customizing

    Second question: We translated the whole language files, but some items in the context menu and in the dialogs are still named in English. Where can we translate them? A: Can you provide an example?   Our problem: we don't want to have a new div-box and especially the space character every time 'enter' is pressed and it would be great to ...
    Posted to Cute Editor for PHP (Forum) by Adam on September 2, 2010
  • Re: CuteEditor webpage integration

    I just wanted to update this page for anyone else whom might be having problems. I was able to get this working by switching the code back to my .aspx page from the code behind page. All I did here was paste the code from the XmlDataTypeSave.aspx howto tutorial, then edit a few various pieces that you can inspect below. This is a very ...
    Posted to Cute Editor for .NET (Forum) by Sternzy on January 24, 2010
« First ... < Previous 83 84 85 86 87 Next > ... Last »