Search

You searched for the word(s): document
Showing page 204 of 325 (3,244 total posts) < 1 second(s)
  • save(editor1)

    I am in the process of migrating form Cute Editor for ASP V3.0 to V5.0 The following code is not functioning any more: function agdDoSave() {     save(Editor1);     document.forms[0].mode.value='SAVE';    document.forms[0].submit(); }   I am getting a JavaScript error at ...
    Posted to Cute Editor for ASP (Forum) by MHOUBOLT on January 23, 2006
  • retrieve data from editor

    Hi My integration is like this. 1)the editor is deployed as an asp.net application 2)In ourmain asp page, we have a iframe that links to the asp.net editor page 3)our main asp page has quite a few other data fields and when a user click ''save'' button in the main asp page, it should save the editor data and the data in ohter fields. That is, ...
    Posted to Cute Editor for .NET (Forum) by mark lin on December 16, 2005
  • Re: Get selected text and rewrite it

    >>How can I get a selected HTML text and replace it with my own?    var editor1 = document.getElementById('<%=Editor1.ClientID%>');     var editselection=editor1.GetSelection();      var r= editselection.createRange();    alert(r.htmlText); // ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 25, 2005
  • Re: downloadable files / insert hyperlink > browse throw error

    It's strange.Can you post your security policy file? ---------- <security name=''ImageGalleryPath''>~/uploads</security><security name=''MediaGalleryPath''>~/uploads</security><security name=''FlashGalleryPath''>~/uploads</security><security ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 15, 2005
  • Extra Spacing when copying from Word doc

    Under what circumstances would the confirmation not be displayed when editor.EditorOnPaste = CuteEditor.PasteBehavior.ConfirmWord?  I have set this in the page load event but can't seem to get it to ask for confirmation?  The result is that all of the paragraphs from the Word document are showing up as ''double spaced'', ie: any time ...
    Posted to Cute Editor for .NET (Forum) by JeremyDavey on June 13, 2005
  • Re: Databse Image Selection

    sperndogger,   I think you need to create a custom button to achieve this.   1.  Create a custom button and add the onclick event to this. When the users click the button, we open a pop-up window.   2. In the pop-up window, we list all the images, media and document with your custom tool.   3. When the users ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 16, 2004
  • BUG: Spaces in inserted URLs break anchor tag

    To replicate:   Highlight text, past in a URI with a space.   Example:   Uri: mysite.com/this document.doc   what CuteEditor writes:   <a href=''mysite.com/this'' document.doc>text</a>   This, of course, is completely invalid and breaks the link completely.   Suggested ...
    Posted to Cute Editor for .NET (Forum) by Aluminum on September 9, 2004
  • How to stop autopostback after selecting multiple files

    Hi,   I have below code, <CuteWebUI:Uploader runat="server" ID="Uploader1" InsertButtonID="TestButton" MultipleFilesUpload="true" OnFileValidating="Find_MultiDocs"> <ValidateOption MaxSizeKB="10240" /> </CuteWebUI:Uploader> <cc:SubmitButton ...
    Posted to Ajax Uploader (Forum) by ChetanRajakumar on September 3, 2012
  • Problem with PasteHTML in IE 7 and 8

    Hello --   I created a custom button that allows a user to select text in the editor and create a link using a custom web form.  When I create an HTML string to insert in place of selected text, the editor is wrapping the individual pieces of the string in paragraph tags.  This does not happen in Firefox 3. Web Control ...
    Posted to Cute Editor for .NET (Forum) by gspagel on February 24, 2010
  • Create Popup on Icon (image) Click

    I'm trying to code the editor so that when someone clicks the 'New' icon they get a javascript popup that asks if they really want to clear the document.  I realize they could just hit the 'undo' icon, but you know users aren't that smart sometimes.  If I use the following code, I can easily attach my javascript method to the ...
    Posted to Cute Editor for .NET (Forum) by JonE on July 13, 2006