Search

You searched for the word(s): editor language
Showing page 57 of 99 (987 total posts) < 1 second(s)
  • Cute Editor 6.4 with multiple ModalPopupExtenders in updatepanel IE 8

    We are evaluating the product and seem to be having a problem using the cuteeditor with multiple modalpopupextenders.   While running this from the VS2008 environment the application hangs and I have to kill the vs app and start again.   If I run this from a site I deploy to I get Object reference not set to an instance of an object. ...
    Posted to Cute Editor for .NET (Forum) by bpereira on September 30, 2009
  • Re: IE 5.5 SP2 Failure Final Update...RE-VISITED 2006...

    Here is the source code from a page that shows the simple editor only as you requested:   ----------------------------start---------------------------------- <script language=''JavaScript'' SRC=''CuteEditor_Files/CuteEditor_Files/spell.js''></script><script language=''JavaScript'' ...
    Posted to Cute Editor for ASP (Forum) by mat41 on April 12, 2006
  • Re: Click Save Button Event

    Yahoo .... it appears I have edited the code correctly to get it working using VB2005 (Beta 2).   I am no longer using the codebehind file. The code is consolidated into one aspx file. The working code is as follows:   <%@ Page Language=''VB'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 23, 2005
  • Re: CuteEditor methods are not working when making it visible by code.

    Hi,   You do not need to fire the "CuteEditor_OnInitialized", it will fire automatically when the editor load. For now has no way to fire it in code, so you must wait for the page load. What I mean to hide the container when the editor load, is like the example below. I hide the div1 in the ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 7, 2013
  • Re: &nbsp casues problem when spell checking

      This is the error which is giving to me:   This is the code related to CuteEditor we are using:-(Please Check the code)   .aspx   <%@ Register TagPrefix=''ce'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><%@ Page validateRequest=''false'' language=''c#'' Codebehind=''SendEmail.aspx.cs'' ...
    Posted to Cute Editor for .NET (Forum) by gsvkus on April 19, 2006
  • Cannot get editor to open in a web page with asp.net 1.1

    I already use the the Editor in .Net 3.5 and it works fine.  I am trying to get the Editor working on an asp.net page in .Net 1.1.  I'm using Visual Studio 2003 (since .Net 1.1 isn't supported in Visual Studio 2008) The always helpful ''Object reference not set to an instance of an object.'' error message comes up when the page is ...
    Posted to Cute Editor for .NET (Forum) by twenger on March 30, 2010
  • Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Can you create a simple aspx page and send it to me?   I am using the following code and the postback works.     <%@ Page Language=''C#'' MaintainScrollPositionOnPostback=''true'' MasterPageFile=''~/Default.master'' %><%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 12, 2006
  • Re: Setting UI Culture for the whole project

    alvipeo, Please use the following property. Editor.CultureType Property This property sets the behavior for determining how the current culture is chosen for the CuteEditor. Server uses the The System.Threading.Thread.CurrentThread.CurrentCulture.Name , Client uses language settings from the clients browser Page.Request.UserLanguages[0] , ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 3, 2007
  • Re: Editor will not load file

    Please try the following code:   <Script Language=''javascript''>     function callInsertImage()      {     var editor1 = document.getElementById('<%=Editor1.ClientID%>');             ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 17, 2008
  • Re: Changed event firing on click in FireFox

    fredd, This issue only happen when the editor is empty. Unlike IE, when the editor is empty, firefox will insert some code automatically. Then Cute Editor cleans it up.  So CuteEditor_OnChange event is fired. Here is a work-around: <script language=''JavaScript'' type=''text/javascript'' >   var ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 6, 2007
« First ... < Previous 55 56 57 58 59 Next > ... Last »