Search

You searched for the word(s): editor language
Showing page 24 of 99 (987 total posts) < 1 second(s)
  • Re: Chaning the icon image and size of template within cuteditor

    Hi jeevi_vmk@yahoo.com,   How to change the toolbar ico of editor.   Refer to http://cutesoft.net/forums/thread/56544.aspx   How to open Inserttemplate dialog use another button. Try the example below.   <%@ Page Language=''C#'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 14, 2010
  • Re: New dropdown implementation beside "Fontsize" drop down.

    Hi kiranthatiparthi,   Try this example   <%@ Page Language=''C#'' %>       <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>    <html>    <head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 18, 2009
  • Re: EditorWysiwygModeCss

    Jan,   With the above style sheet, you should get the ''verdana'' when your mouse cursor is in the editor area.   I am use the following code to test. If you still have problems, please try it:   <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 9, 2006
  • Re: Accessing the HTML Content of CuteEditor

    Amy,   <script language=''JavaScript'' type=''text/javascript'' >     function yourfunction(editorID,value) {         EditorID = editorID+''_editBox'';         var editor = ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 2, 2004
  • Thai Language

    Currenty we are using CuteEditor for ASP version 5.2. It is right that CuteEditor for the above version didn't support Thai Language? If we still need key some thai language using cute editor is it possible?   I try to cut and paste thai word inside the cute editor some it looks ok but the version that i am using ...
    Posted to Cute Editor for ASP (Forum) by wenni on January 17, 2007
  • Re: Editor makes unwanted changes in styles

    Hi, when I paste the code it gets reformated to this: <%@ Page Language=''C#'' AutoEventWireup=''true'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <form id=''form1'' runat=''server''> <CE:editor id=''editor1'' runat=''server''> ...
    Posted to Cute Editor for PHP (Forum) by Sunspire on November 25, 2011
  • Re: Different FilePath

    Hi Adam   My code is   <%@ Page Language=''VB'' ValidateRequest=''False'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>    <head>  <title>ASP and ASP.NET WYSIWYG Editor - Edit Static Html Example </title>  <link ...
    Posted to Cute Editor for .NET (Forum) by joenineo on July 22, 2005
  • Re: Cute Editor FIX - PostBackCommand no longer firing

    Hi Judge,   Try   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to FAQ (Forum) by Kenneth on June 10, 2010
  • Re: Cannot add to VS2008 toolbox, no intellisense

    Adam, many thanks for the reply.   I have done some investigation of my own, and have managed to get the Editor added to the toolbox.  From the Choose Items dialog, I had to browse to the CuteEditor.dll in the Framework 2.0/bin directory (on my Desktop), and add it from there.   <EDIT> Apologies for the mess of a ...
    Posted to Cute Editor for .NET (Forum) by kitster on August 12, 2008
  • Re: Import Word document

    Hi Adam.   I load a HTML file and read the content. When I set the Editor value to this content it seems fine. But the HTML is dirty (Word) so Before setting the editor value I run CuteEditor.EditorUtility.CleanUpMicrosoftWordHTML And this function breaks everything...   Also, try pasting this Word-edited HTML document into the ...
    Posted to Cute Editor for .NET (Forum) by Dtest on January 7, 2009
« First ... < Previous 22 23 24 25 26 Next > ... Last »