Search

You searched for the word(s): editor language
Showing page 90 of 99 (987 total posts) < 1 second(s)
  • Re: problem in IsDirty

    Dear wolf11th,   I have tested the following code in firefox, it works fine, please refer to it.   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %>   <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on December 5, 2010
  • zoom

    My problem  is I have a editor which is read only. while loading itself I need to show in 25% zoom . Here is my code <CE:Editor ID=''Preview'' runat=''server'' AutoConfigure=''None'' ReadOnly=''true'' ShowBottomBar=''false'' Height=''500Px'' Width=''800Px'' > </CE:Editor> in Page load cs file protected ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 19, 2008
  • Re: Change EditorWysiwygModeCss then looses event postback

    AndyFel, Please check this example:http://cutesoft.net/example/Using-External-Style-Sheets.aspx   The source code of the above example is as following:   <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <script runat=''server''> private void ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 20, 2006
  • 0x80004005 Error- Multiple "@" commands

    Hi.  I'm trying to add a recordset to the page that holds my cutesoft ASP editor.  My page is connected to an MS access database.  Before I add a recordset to this page, everything works fine when I preview the Cutesoft editor.  As soon as I add the recordset and try to preview the page, I get the following error: ''Error ...
    Posted to Cute Editor for ASP (Forum) by DG252 on April 15, 2005
  • Forms in text ?

    I have been playing around with the form elements of the editor, but I can't get it to work properly. I have tried to to catch the values of the form by: Dim formElement As New System.Web.UI.WebControls.LabelIf Request.Form.HasKeys Then For Each element As String In Request.Form formElement.Text += (element & '': '' & ...
    Posted to Cute Editor for .NET (Forum) by Larskohsel on February 3, 2005
  • Re: error while converting html to pdf

    Hi gurpreet, Do you get the same problem in the example below? If it only happens on your end, please create an example 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 March 26, 2012
  • Re: Objects doesn't support this property or method - window.CuteEditorInitialize function

    Hi janeshh,   Please create a page like below and test on your site   <%@ Page Language=''C#'' AutoEventWireup=''True'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 12, 2009
  • Re: How to extract plain HTML instead of formatted?

    Hi sanjay,     Try this example:   <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <html ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 5, 2008
  • Re: Integration with NetSpell 2.0

    More code from the ASPX file (I pasted it into NotePad first to remove the auto-parsing of OLE or whatever does that)  The first part is CuteEditor, the second is a textbox.  the second part works, the first does not:   <script language=''JavaScript'' ...
    Posted to FAQ (Forum) by peterson on November 5, 2003
  • Universal Keyboard - Add a language?

    Hi,   So far, so good with the Cute Editor.  I am wondering though, would it be difficult to add a language, specifically Portuguese, to the universal keyboard feature?   Any help in accomplishing something like this is appreciated.   Thanks!
    Posted to Cute Editor for ASP (Forum) by Muffaletta on January 8, 2007
« First ... < Previous 88 89 90 91 92 Next > ... Last »