Search

You searched for the word(s): editor language
Showing page 30 of 99 (987 total posts) < 1 second(s)
  • Re: Loading content pages (asp.net 2.0 ) in the Editor

    AdamI am creating a mini Content management application.All the pages in my website are derived from the master page template. So all the content pages have the @page directive as the first line followed by the Content Place holder tag in the code view. for example <%@ Page Language=''C#'' Title=''Untitled Page'' %><asp:Content ...
    Posted to Cute Editor for .NET (Forum) by arvindj on January 31, 2006
  • Re: SB Development License Image Paths

    Dear vballboa,   When you move to production enviornment, you can use filter to drop the ''webapplication'' from the URL, you only need add the following highlighted code in your production enviornment:   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on September 30, 2010
  • Re: How to add buttons with function of inserting mark/tag ?

    Hi sageking2 ,   Try the example below   <%@ Page Language=''C#'' %>     <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <html>   <head>   </head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 4, 2010
  • Re: Keyboard events Issue

    Here is the Simple Program and I can't get it to work. May be i am doing something wrong. Please review this and let me know what am i doing wrong?   <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <script language=''javascript''>function ...
    Posted to Cute Editor for .NET (Forum) by Paparao Gummadapu on August 24, 2006
  • Re: Inserting gibberish into database (Using Dreamweaver MX8 .NET C#)

    Thanks AdamI was a little puzzled as I couldn't find this property anywhere. The fact is that the default code doesn't display the property e.g.<CE:Editor id=''NewsItemBody'' EditorWysiwygModeCss=''../example.css'' runat=''server'' ></CE:Editor>So I had to put EncodeHiddenValue=''false'' there myself and ensure it was set to false ...
    Posted to Cute Editor for .NET (Forum) by Gaugu1n on April 11, 2006
  • Re: format issues using UPDATE command in MSACCESS

    I am pasting the entire .aspx and aspx.vb pages below.   Again, the submit feature works fine (and the delete, but I don't think that applies here).  It is when I call the page with ''edit=1'' query string for the update feature the problem arises.  The form populates the information in the cuteeditor box, but it changes ...
    Posted to Cute Editor for .NET (Forum) by ashleyaustin on September 12, 2005
  • Re: NetSpell Integration - Trigger Spell Check Externally

    Hi abyssknight,   How to get the clientId of editors which created dynamically.   <%@ Page Language=''C#'' %>     <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <html>   <head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 31, 2010
  • Re: PrintFullWebPage

    I have a form with 3 CA textboxes.  All 3 have the PrintFullWebPage = True.  Only one texbox includes the print icon.  when I click the print icon in the cute editor textbox, the current texbox prints completely but I thought the entire webpage should print?  My form is as follows:     <%@ Page Language=''vb'' ...
    Posted to Cute Editor for .NET (Forum) by miltonsnider on December 27, 2006
  • Re: How to get if content of editor updated or not

    Hi DhirajGupta, Please try the example below <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!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 September 26, 2011
  • Re: Spell check with a different language

    Dear jonathanexact,   You can set the CustomCulture to ''nl-NL''   <CE:Editor id=''Editor1''  CustomCulture=''nl-NL'' ThemeType=''Office2007'' runat=''server'' AutoConfigure=''Simple'' ></CE:Editor><br />   If you don't want to change the CustomCulture in CuteEditor and only want to modify the ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 31, 2011
« First ... < Previous 28 29 30 31 32 Next > ... Last »