Search

You searched for the word(s): editor language
Showing page 84 of 99 (987 total posts) < 1 second(s)
  • Re: Cute Editor Dictionary support

    Hi,   It only can use 1 language for spell checker function a time, does not support to use both.   regards,   Ken 
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 14, 2017
  • Re: Drop down list

    Hi AndyFel, Please try the example below, select the ''test2'' option. Does it still shows the first option on your end? <%@ Page Language=''VB'' %><%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 2, 2011
  • Re: drop down customization not working

    Hi ahager,   try   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 1, 2010
  • Re: Duplicate Entries in Font and Font Size Lists

    B284: The default font and font size dropdowns duplicate the entire list for some unknown reason. Has anyone seen this or know how to make it only show the list once instead of twice? Thanks.   Can you try the following example?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 16, 2010
  • Re: Using jQuery to access getHTML

    Hi Lharris,   I tested your code, it works for me.   Can you try the example below on you site? <%@ Page Language=''C#'' AutoEventWireup=''True'' %>       <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 17, 2009
  • Re: Custom Button pasteing Javascript

    Hi jbucknor,     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''> <script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 4, 2008
  • Re: Javascript Syntax Error/Object Not found

    1. If ''components'' is a regularn folder under wwwroot/Project/, you don't need to specify the CuteEditorDefaultFilesPath in the web.config file.   2. Please create a simple aspx page with the following content. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 17, 2008
  • Re: uplevel/downlevel issues

    Jeff,   Can you test the following code?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><%@ Page Language=''C#'' clienttarget=uplevel%><HTML> <body>  <form runat=''server''>   <CE:Editor id=''Editor1'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 28, 2006
  • DataBase relation

    I recently purchased the “cute_editor”.   I am experiencing some problems regarding displaying content from the database in the editor. I am able to display my content in an Iframe using  : <iframe src=''<%=srcURL%>'' id=''message'' width=''100%'' height=''402'' marginwidth=''1'' marginheight=''0'' ...
    Posted to Cute Editor for ASP (Forum) by necross on January 15, 2007
  • Re: EditorWysiwygModeCss

    Wiseman,   I think you found a bug.   We've fixed it.   Demo is here:   http://cutesoft.net/example/Using-External-Style-Sheets.aspx   Source code of the above demo:   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''portal'' TagName=''Banner'' Src=''DesktopPortalBanner.ascx'' %> <%@ ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 21, 2005
« First ... < Previous 82 83 84 85 86 Next > ... Last »