Search

You searched for the word(s): javascript
Showing page 236 of 408 (4,076 total posts) < 1 second(s)
  • Re: Complete list of Ajax Uploader Javascript API

    Vineeth,   Please wait for a few days, we will update this document.
    Posted to Ajax Uploader (Forum) by Adam on November 6, 2009
  • Re: JavaScript's createTextRange()

    Please disregard.  The code that I provided earlier appears to work. Fermin
    Posted to Cute Editor for .NET (Forum) by fcatacutan on June 10, 2005
  • Re: How to manually set IMG src in custom dialog

    Dear Tobster,   Please refer to the following code: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>    <script language=''JavaScript'' type=''text/javascript'' >        ...
    Posted to Cute Editor for .NET (Forum) by Eric on November 15, 2010
  • Re: Capture New and Delete Events

    Hi robinsong,   Try this way:   ------------------------------------------------------------------------->   <%@ Page Language=''C#'' EnableEventValidation=''false'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 14, 2009
  • Re: Using CuteEditor as a Simple TextBox Form Field

    Jon,   Please check this example:   http://cutesoft.net/example/RenderASTextBox.aspx   The source code of the above example is as following:     <%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>    ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 28, 2006
  • Re: First Version 5.0 question regarding resizing

    RC Roeder,For the first question, I think the solution in the following link should be ok:http://cutesoft.net/forums/12876/ShowPost.aspx   >>You should also include events for on save, changing mode to such as Normal, HTML and Preview. Who knows we really might want to know this stuff.Please check the new javaScript API ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 30, 2005
  • Re: Just purchased CuteEditor for ASP

    Hi Cheryl, Sorry for the inconvenience and frustration. I believe the following info can help you resolve your problem. Symptom: It's working perfectly on Win2000 and WinXP but not on Win2003. I can see all the tool buttons but keep getting JavaScript errors. It means you running IIS6.0 on the Windows 2003 server. In Win 2000 any unknown ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 3, 2003
  • Re: Redirect When Upload Complete

    <!-- #include file=''include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <html xmlns=''http://www.w3.org/1999/xhtml''> <head> <link rel=''stylesheet'' type=''text/css'' href=''data/stylesheets/default.css'' ...
    Posted to ASP Uploader (Forum) by msandwisch on April 12, 2011
  • Re: Error when dynamically loading editor

    I am having similar difficulties.When I run this, in Firefox, it appears to work ok, until I actually submit the page.  The response I get seems to be encoded at some level.  When I run this in IE, the control in the iFrame won't load, and I get a Javascript error ''Error: 'CuteEditorClientClass' is undefined''Here is the code, which I ...
    Posted to Cute Editor for .NET (Forum) by bpekin on May 22, 2006
  • Re: Spell Checker

    I'll try to remember what I did...   a) You need the spell.js, spell.css, SpellCheck.aspx, and dictionary files from the spell checker in your .NET app. I created a directory called spell and put them there.   b) Pages using the spell checker need to include the spell.js Javascript code.   c) Finally, I added a spell check ...
    Posted to Cute Editor for .NET (Forum) by areeve on February 4, 2004