Search

You searched for the word(s): document
Showing page 22 of 325 (3,244 total posts) < 1 second(s)
  • Re: Question

    sdewitti,   Thanks for the nice comments.   If you want want to link to the inter pages, please check the insert document dialog which allows you link to any files to your server.    Insert Document Inserts a link to a document on the server (PDF,DOC, ZIP,etc.) at the selected position . The link ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 3, 2009
  • Re: Get Location of cursor with is the text

    Eli,   Please use the following method to paste html code:   PasteHTML() This method is used for pasting the specified HTML into a range within an editor document. If anything is selected, the selection is replaced with the new HTML and text. Example: ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 7, 2009
  • Re: How to assign the value of a div to a cute editor on client side?

    Hi rizwanali,   Please try this code: <html xmlns=''http://www.w3.org/1999/xhtml''> <head id=''Head1'' runat=''server''>     <title>Welcome to Quattro Html Editor</title>     <script language=''javascript'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2008
  • Re: Extra processing before pasting

    You need to Retrieve Data from the Clipboard first then use the editor1.PasteHTML function.   PasteHTML() This method is used for pasting the specified HTML into a range within an editor document. If anything is selected, the selection is replaced with the new HTML and ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 17, 2008
  • Re: How to insert text to Cute Editor by javascript

    jeremias_t,   Yes, we have.   JavaScript API:   PasteHTML() This method is used for pasting the specified HTML into a range within an editor document. If anything is selected, the selection is replaced with the new HTML and text. Example: ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 24, 2008
  • Re: Pre-sales questions

    PaulNewRiver,   Thanks for the interest.   >>will the HTML output from your editor taken from the Oracle field display in the Col B table cell with formatting intact?   Yes.   >>Will it look the same as it did when the user formatted it in the editor?)   Yes.   >>Are there header or ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 24, 2006
  • Re: JavaScript content count is unreliable with attachEvent for keypress/onclick

    HotAir,   Change your code to:   <script language=''javascript''>       // get the cute editor instance      var editor1 = document.getElementById('<%=RemarksEditor.ClientID%>');   function CE_attachEvent()   {    // get the cute ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 12, 2006
  • Re: Plain Text Word Count

    Vikas,    Please try the following code:       // get the cute editor instance    var editor1 = document.getElementById('CE_Editor1_ID');        //Get the editor content      var editdoc=editor1.GetDocument(); ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 18, 2005
  • Re: Custom Button

    demmett, Your code is here:   <!-- #include file = ''EditorTool/include_CuteEditor.asp'' --> <HTML> <HEAD> <META NAME=''GENERATOR'' Content=''Microsoft Visual Studio 6.0''> <script language=''JavaScript''> <!-- function Paste_Html1(editorID,value) { var editor = new Object(); ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 9, 2005
  • Re: getting error when uploading the same document I have open in Word

    I was getting the same error and it was indeed gone after I forced the control to use Flash: uploader.UploadType = UploadType.Flash; My question now is this:What happens if the user doesn't have Flash installed? Does it fall back to Silverlight? Or does it simply fail? 
    Posted to Ajax Uploader (Forum) by farinha on October 18, 2010
« First ... < Previous 20 21 22 23 24 Next > ... Last »