Search

You searched for the word(s): document
Showing page 167 of 325 (3,244 total posts) < 1 second(s)
  • SAVEPDF Problem

    Hi Guys,             I am trying use savepdf method to convert to a PDF document. When i save to PDF, I don't get the same results. It is compressed and doesn't look the same. The width and hight of the document are not the same? What am I doing wrong? Thanks Sanker    
    Posted to Cute Editor for .NET (Forum) by sankers on January 15, 2007
  • JScript error from winie.js

    I am getting a JScript error in the file winie.js when I do the following:1. load my application page w/ the editor in it.2. switch to HTML view.3. Paste the following text:   <embed style=''width:400px; height:326px;'' id=''VideoPlayback'' type=''application/x-shockwave-flash'' ...
    Posted to Cute Editor for .NET (Forum) by mmeltaus on December 6, 2006
  • Error pasting from ExecCommand

    Your example at:   http://cutesoft.net/example/JavaScript-API.aspx   Open Word and load and copy a document that has some images then select 'pasteword'' from the dropdown at http://cutesoft.net/example/JavaScript-API.aspx then click [ExecCommand].   It inserts ''This is a test'' and doesn't paste the Word content. It ...
    Posted to Cute Editor for .NET (Forum) by fredd on November 30, 2006
  • ASP.NET permissions.

    Hey all,   I've read the posts on granting ASP.NET rights to write to a file. However, I'm still at a standstill. I'm working with the editHtml.aspx example (vb flavor) and when I try to save my edits with the editor I get:   Description: An unhandled exception occurred during the execution of the current web request. Please ...
    Posted to Cute Editor for .NET (Forum) by pgymjp on October 9, 2006
  • bookmarks in dropdownlist

      I would like to open a popup window from the editor toolbar which displays a list of bookmarks from the current editor. See picture:   Thank you for the reply to my previous post.   Unfortunately I am not able to use the solution you offered - due to the way that the website I am working on is meant to function. I have ...
    Posted to Cute Editor for .NET (Forum) by the4bs on July 19, 2006
  • Re: Create Popup on Icon (image) Click

    Jon,   The above solution will not work.   CType(oCuteEditor.ToolControls(''New'').Control, System.Web.UI.WebControls.WebControl).Attributes.Add(''onclick'', ''return ConfirmWindow(''''Are you sure you want to clear this document??\nSelect 'OK' to delete or 'Cancel' to quit.'''');'')   The above code will ovewrite the ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 13, 2006
  • Re: Create Popup on Icon (image) Click

    Jon,   The above solution will not work.   CType(oCuteEditor.ToolControls(''New'').Control, System.Web.UI.WebControls.WebControl).Attributes.Add(''onclick'', ''return ConfirmWindow(''''Are you sure you want to clear this document??\nSelect 'OK' to delete or 'Cancel' to quit.'''');'')   The above code will ovewrite the ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 13, 2006
  • Re: custom image upload

    Please use the PasteHTML() 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: // get the cute editor instancevar editor1 = obj_Editor1;// pasting the specified HTML into a range within a editor ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 29, 2006
  • Re: How to keep Special Characters window up?

    Version 5.2 is out.   This issue is resolved in the version 5.2.   Demo:   Handle pasted text   http://cutesoft.net/asp/editoronpaste.asp   Use CuteEditor as an image selector   http://cutesoft.net/asp/use-CuteEditor-as-image-selector.asp   Output well-formed HTML and ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2006
  • solution

    Once again through nuttn it out the solution i have found seems to be quite basic and easy, but if any one knows a easy way to do this then please post it.   Solution:   I just created a hidden text box on the parent and when i clicked the button to pop up the child, i created a function which inserted the editor text into the hidden ...
    Posted to Cute Editor for ASP (Forum) by ThePatriot on April 9, 2006