Search

You searched for the word(s): document
Showing page 84 of 325 (3,244 total posts) < 1 second(s)
  • Multiple editors - tricky JavaScript?

    I have multiple, dynamically generated editors on my ASP page. When I save the page, however, I need the Javascript to loop through each editor to execute the Save function. However, the Save function doesn't seem to accept a generated string and is looking for something hardcoded. Is this true? Know of a workaround? Here's my ...
    Posted to Cute Editor for ASP (Forum) by Anonymous on March 26, 2004
  • Re: CuteEditor In a Child Window

    mgjunk,   I just wrote a fix for this. It works. You can test it in our online demo.   Please check it out.   Dad.asp <HTML> <HEAD> <SCRIPT> function popupCuteEditor(v_form, v_field) {      var newWin, v_pagestring;      w = ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 23, 2004
  • 2.0 Error

    I have a instance of CuteEditor that was running the 1.6 version.  I uploaded the new 2.0 version and now when I submit the form to send the changes to the database I get the following error:   Line: 495 Error: Object Required   If I run debugger the error is in the WINIE.js file and the block of code it is erroring on ...
    Posted to Cute Editor for ASP (Forum) by lundrigan on February 7, 2004
  • Re: Insert document - listing takes forever

    Hakon,   It's normal. 800 files are too much for the file manager. I guess you have to move some files to other folder.    
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2007
  • Re: More documentation

    We realize that the document  is lagging behind, and we will included more instructions into the developer guide in the next minor release. After installing CuteChat on your local machine, you can go to start>> all programs>> CuteChat >> CuteChat help to access the document.
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on December 9, 2004
  • Re: OnAttachmentAdded when using ManualStartUpload

    Hi skruis,   Please try the example below   <%@ Page Language=''VB'' %>     <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 7, 2010
  • Re: The Cut effect for custom buttons

    Hi jonathanexact,   Please try this example   <%@ Page Language=''C#'' ValidateRequest=''false'' %>     <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <html>   <head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 24, 2010
  • Re: Get Selected Text

    Hi humarashid,   Try the example below:   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 4, 2009
  • Re: Custom Button does not fire OnClick or OnClientClick events

    Hi   Please check this sample ...
    Posted to Ajax Uploader (Forum) by cutechat on June 25, 2009
  • Re: List of Commands

    HomecitySupport,   For the 'PasteHTML' issue, please use the following JavaScript API:   http://cutesoft.net/developer+guide/JavaScript-API.htm   PasteHTML() This method is used for pasting the specified HTML into a range within a editor document. If anything is selected, the selection is replaced with the new ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2006
« First ... < Previous 82 83 84 85 86 Next > ... Last »