Search

You searched for the word(s): javascript
Showing page 142 of 229 (2,286 total posts) < 1 second(s)
  • Table properties error

    I'm getting an error when I open table properties window:     That line is an #include directive to ../../_sharedie.htm (a valid path and a valid file). This file have 2 #include directives, for two javascript files. Both exists. I gave full control on entiry CuteSoft folder to ASPNET user and nothing happens.   Any ...
    Posted to Cute Editor for .NET (Forum) by rubens.farias on December 7, 2006
  • Re: Ajax Functionality

    Dear ASPMan,   document.getElementById('CE_Editor1_ID');   You only need refer to this line, use it in your own code.   The full code can be found in ''Framework 2.0\cs\JavaScript-API.aspx'', you can find this file in download package.   Thank you for asking Eric@cutesoft.net
    Posted to Cute Editor for .NET (Forum) by Eric on February 22, 2011
  • Re: unable to upload file

    Hi lc343765828, Can you show me the full error message? Get any javascript error? Is your site online? If so, can you send me the editor page url? So we can check it for you. Regards, Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 17, 2011
  • Re: Code doesn't work with FireFox. What is correct FF code?

    fredd,   There is no API available for this request. You need to implement this method  for other browsers by writing your own JavaScript.   For gecko based browser like firefox, try call   editor.ExecCommand(''selectnone'');    
    Posted to Cute Editor for .NET (Forum) by Adam on August 20, 2007
  • Re: Wrong <SCRIPT/> tag formatting

    Hi Ken, Thank you for your quick answer, bu I probably didn't explain my problem clearly enough. So here are the steps I do to reproduce the problem: 1. Open CuteEditor. 2. Press HTML button on the bottom of the editor. 3. Enter HTML code containing JavaScript function as described in my previous post. 3. Call getHTML() API function and get HTML ...
    Posted to Cute Editor for .NET (Forum) by Herev on November 21, 2011
  • The following was the child window code:

    <%@ Control Language=''C#'' AutoEventWireup=''true'' CodeBehind=''WindowEditor.ascx.cs'' Inherits=''WindowEditor'' %> <%@ Register Assembly=''Coolite.Ext.Web'' Namespace=''Coolite.Ext.Web'' TagPrefix=''ext'' %> <%@ Register assembly=''CuteEditor'' namespace=''CuteEditor'' tagprefix=''CE'' %> <%@ Register TagPrefix=''telerik'' ...
    Posted to Cute Editor for .NET (Forum) by GeoffreyRen on July 20, 2009
  • The following was the child window code:

    <%@ Control Language=''C#'' AutoEventWireup=''true'' CodeBehind=''WindowEditor.ascx.cs'' Inherits=''WindowEditor'' %> <%@ Register Assembly=''Coolite.Ext.Web'' Namespace=''Coolite.Ext.Web'' TagPrefix=''ext'' %> <%@ Register assembly=''CuteEditor'' namespace=''CuteEditor'' tagprefix=''CE'' %> <%@ Register TagPrefix=''telerik'' ...
    Posted to Cute Editor for .NET (Forum) by GeoffreyRen on July 20, 2009
  • Re: Block <img> tags

    Ok, so I added the following at the bottom of the page where I have my editor, I copy/paste some html with <img> tags in it.  When I save the Editor's content to my DB, I still see the <img> tags in it.  Any ideas?   <script type=''text/javascript''> function CuteEditor_FilterHTML(editor, code) { return ...
    Posted to Cute Editor for .NET (Forum) by ValleyHope on January 12, 2009
  • Re: How to extract plain HTML instead of formatted?

      Thanks Ken for quick reply. I have tried your solution, this is fine when we are in Normal and Preview tab, it is showing the unformatted HTML but there is an issue when we are in HTML tab of editor in this case it is returning encoded HTML  like : &lt;table cellspacing=''2'' cellpadding=''2'' width=''500'' ...
    Posted to Cute Editor for .NET (Forum) by sanjay.joshi on November 5, 2008
  • Re: How to maintain scroll position on postback?

    fredd,   If you are using asp.net 2.0, please follow the steps below.   1. Download the latest build.   2. In the top of your aspx page, set MaintainScrollPositionOnPostback=''true''.   Demo:   http://richtextbox.com/test/MaintainScrollPositionOnPostback.aspx   If you are using asp.net 1.1, you need to ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 6, 2007