Search

You searched for the word(s): editor language
Showing page 91 of 99 (987 total posts) < 1 second(s)
  • Re: PasteHTML issue

    Hi syedrazi, Please try the example below. By default, the editor has a table in it. Then click the set table button will as another table. It works fine for me. <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 8, 2011
  • Re: Test code insert

    Hi Mariette,   Can you create a test page like below and send me the URL, so I can test on your site? <%@ Page Language=''VB'' %>   <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 15, 2009
  • Re: Full Screen Mode in 5.1 deletes custom JavaScript

     Adam wrote: TommyBoy,   It's strange.   Can you reproduce the problems in the following link?   http://cutesoft.net/example/EnableStripScriptTags.aspx       Hello Adam,   Here is what I am talking about; i inserted the code below in the aspx file you mentioned. After switching ...
    Posted to Cute Editor for .NET (Forum) by becko on December 9, 2005
  • Re: error? Dialog box in Safari

    Hi jackdhp,   You can catch the ''PostBackCommand'' event of the editor, like   <%@ Page Language=''VB'' %>      <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 30, 2012
  • Cute Editor Dictionary support

    Hi,   In our application we are using cute editor spell check. Spell check is working fine for English. But it is not working for Spanish language spell check. We need to support for both English and Spanish spell check in our application. Could you please explain the steps to include both English and Spanish ...
    Posted to Cute Editor for .NET (Forum) by guptep on February 14, 2017
  • Re: Safari on Mac OS Lion - tag @import

    Hi monicapinto, You need to replace the ''CuteSoft_Client'' folder too. Then try the example page below <%@ Page Language=''C#'' AutoEventWireup=''True'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html><body>    <form id=''Form1'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 8, 2012
  • Re: Padding Right of Framestyle???

    Please try the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 29, 2009
  • Problems with dialogs in new deployment

    Hello, I am having an odd issue that I have never experienced before with my latest deployment of CuteEditor for ASP.  I have the 'CuteEditor_Files' directory uploaded to the root of the website and have double checked all permissions.  After my initial troubleshooting I am just using the example files ('default.asp') as supplied in the ...
    Posted to Cute Editor for ASP (Forum) by chriscam on May 12, 2008
  • Re: Typing delay with new version 6

    ID3TECH,   >>Of course your forum and your demo is working fine so there is something relatied to the way we are using it that causes the problem but only starting with version 6.    Try the following simple configuration:   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 9, 2007
  • Create Popup on Icon (image) Click

    I'm trying to code the editor so that when someone clicks the 'New' icon they get a javascript popup that asks if they really want to clear the document.  I realize they could just hit the 'undo' icon, but you know users aren't that smart sometimes.  If I use the following code, I can easily attach my javascript method to the ...
    Posted to Cute Editor for .NET (Forum) by JonE on July 13, 2006
« First ... < Previous 89 90 91 92 93 Next > ... Last »