Search

You searched for the word(s): editor language
Showing page 86 of 99 (987 total posts) < 1 second(s)
  • Different FilePath

    Hi I have got the editor working fine, but I want to be able to edit files OUTSIDE of the Cute_editor folder.  I am using the editHtml.aspx as a test and have tried loads of different ways, none that work.  Here is the original code. <%@ Page Language=''VB'' ValidateRequest=''False'' %> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by joenineo on July 21, 2005
  • Re: Problem editing ASCX files

    Please set the Editor.AllowEditServerSideCode Property to true.Editor.AllowEditServerSideCode Property By default Cute Editor doesn't allow edit the Server side code. When this property is set to true, Cute Editor will allow edit the Server side code. (<%@ Page Language=''C#'' %> <%=MyString %> <asp:textbox id=''textbox1'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 12, 2005
  • Re: Text not saving on IE9 - EditorWysiwygModeCss problem

    Hi,   I tested your code and yes it works.   But my snippet doesn't work:     <%@ Page Language=''C#'' AutoEventWireup=''true'' Inherits=''V3.testCE''  ValidateRequest=''false'' %>      ...
    Posted to Cute Editor for .NET (Forum) by boondooa on June 27, 2011
  • Re: RichEditingIsAvailable is Always False

    this is the basic aspx page I'm using just to try and get it to work (note: In the codebehind file I have also tried the line label1.text = sb.ToString instead of response.write(sb.ToString) both have the same effect):     <%@ Register TagPrefix=''ce'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by mike_f1 on September 6, 2006
  • Re: CuteEditor & IE11

    I'm still getting the HTMLElement issue with the new version (simple test page in our main project), however in another simple test app its working.. (note this is only happening in IE11). <br>   Test page which fails in one app but works in another...   <%@ Page Language="C#" AutoEventWireup="true" ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 12, 2013
  • Incorrect formatting when pasting from Word

    1) Create a basic ASP.Net (I am using .Net 2.0) page containing the editor:    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="Common_test" %> <%@ Register TagPrefix="RTE" Namespace="RTE" Assembly="RichTextEditor" ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by DanielBarratt on February 1, 2013
  • Re: In IE8+,window.showModalDialog(page,....,has error!

    Hi,   I can't reproduce this error. I tested witht the simpe pages below. Do I need special steps to reproduce it?   Can you try the example pages below too? Does it get the same ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 14, 2012
  • Re: MaxTextLength bug!

    Try this belowThi  s    This is my ...
    Posted to Cute Editor for .NET (Forum) by ACS on April 5, 2012
  • Re: Obtaining Selected Image HTML

    Hi BinbinB, Please try the example below <%@ Page Language=''C#'' AutoEventWireup=''true'' %> <%@ 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 April 17, 2011
  • Re: Spell check is being for html code

    Is there any updates on this issue..? We're facing the same issue, and this is reproducible in   http://richtextbox.com/test/netspell.aspx   by clicking on the 'Spell Check All' button.     For our case, it's because we're calling netspell manually (because we didn't want to tie the culture & language of the editor ...
    Posted to Cute Editor for .NET (Forum) by jonathanexact on January 26, 2011
« First ... < Previous 84 85 86 87 88 Next > ... Last »