Search

You searched for the word(s): editor language
Showing page 97 of 99 (987 total posts) < 1 second(s)
  • ? CuteEditor changing HTML content on load

    CuteEditor seems to be changing content when loading files.   We loaded an HTML page using the LoadHTML method. The original page is:     <html xmlns:o=''urn:schemas-microsoft-com:office:office''xmlns:w=''urn:schemas-microsoft-com:office:word''xmlns=''http://www.w3.org/TR/REC-html40''> <head><meta ...
    Posted to Cute Editor for .NET (Forum) by fredd on December 27, 2006
  • no content being sent when save button pressed ASP.NET 2.0

    I have a file with the following content   <%@ Page Language=''VB'' MasterPageFile=''~/Admin.master'' AutoEventWireup=''false'' CodeFile=''edit.aspx.vb'' Inherits=''Admin_edit'' title=''Untitled Page'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <asp:Content ID=''Content1'' ...
    Posted to Cute Editor for .NET (Forum) by paul@amakosi.com on July 26, 2006
  • Update Error when submitting edit changes in DataGrid (Dreamweaver MX 2004)

    Okay, first, sorry for the long subject title.   I was able to implement the editor on a page, but I'm receiving an error in the post:   System.Exception: Control not found in DataGrid column: CommonSenseID at DreamweaverCtrls.DataSet.OnDataGridUpdate(Object Src, DataGridCommandEventArgs E)     What's weird is that ...
    Posted to Cute Editor for .NET (Forum) by gbartlett on October 4, 2004
  • Re: Ajax Editor - Context Language Issue in IE

    Is this product still supported?
    Posted to Cute Editor for PHP (Forum) by Bluepark on March 29, 2010
  • Spellchecker dictionaries:

    Spell checker dictionaries: say i have a friend in france who wants to type a message in cute editor in french.  will cute editor allow the user to do  french spell checking?  or do i have to add code to set the language to french? thanks!
    Posted to Cute Editor for .NET (Forum) by farid on May 17, 2005
  • Catching the Return Key and the Tab Key

    I am trying to catch the return key and the tab key when inside a CE.  I want to tab to the next form field when the user uses the tab key; I don't want to insert spaces.  I also want to catch the return character and not allow them to hit return.   I am trying to follow the following article you had presented to me ...
    Posted to Cute Editor for .NET (Forum) by JonE on August 10, 2006
  • script tag question, and upgrade question

    Is a tag like the following supported in the editor: <script language=''javascript'' src=''somefilie.js''></script> I have a client who must have gone into html mode, pasted this html in, saved ok, then when they try to edit it again the page seems to break (cannot save or do other things).  Testing makes me think it's the ...
    Posted to Cute Editor for ASP (Forum) by dkhinc on June 6, 2005
  • Re: Custom Dialog Localization

    If you want cute editor translates the above text for you automaticaly, the dialog should inherit the CuteEditor.EditorUtilityPage class. For example: <%@ Page Language=''C#'' Inherits=''CuteEditor.EditorUtilityPage'' %> Hope it helps.
    Posted to Cute Editor for .NET (Forum) by Adam on December 11, 2008
  • Re: Chinese Text

    kenton419,   1. Try replace Cute Editor with a regular Textbox and change your web.config to make it work with your language.   2. Replace this Textbox with Cute Editor        
    Posted to Cute Editor for .NET (Forum) by Adam on August 15, 2007
  • Re: Need some basic help

    Basically everything is working fine, EXCEPT that I can't get the editor to just edit the content inside the contentPlaceholder. It keeps wanting to edit and re-write my ''<%@ Page Language=''C#'' MasterPageFile=''~/MasterPage.master'' etc etc'' as html.Any ideas?
    Posted to Cute Editor for .NET (Forum) by BrandonPSA on September 26, 2006