Search

You searched for the word(s): document
Showing page 49 of 169 (1,685 total posts) < 1 second(s)
  • UploadAttachments and jQuery Dialog

    Hi, I have a problem using UploadAttachments item inside a jQuery dialog. It simply doesn't show up. Here a sample code that reprocudes the problem:   ...
    Posted to Cute Editor for .NET (Forum) by xmas79 on December 14, 2012
  • Re: Using CuteEditor with dynamic height?

    Hi empty,   The editor has not the setting to adjust the height as its parent control. You can adjust the height of editor when the user drop the splitter by the code below.   <script> function adjustHeight() {     var editor1=document.getElementById("<%= editor1.ClientID %>");     ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 7, 2012
  • Cut and paste issues with Safari on the Mac (CuteEditor 6.6)

    One of my users is complaining about erratic behaviour on Safari on the Mac. Their report is: - When entering text manually, pressing enter creates <p> tags; after cut-and-pasting from an external textpad document, any further editing reverts to <div /> tags after pressing enter. - When copying ...
    Posted to Cute Editor for .NET (Forum) by Dunc_NZ on April 3, 2012
  • Re: How to get if content of editor updated or not

    I am using the editor1.IsDirty() for this.            function CheckForDirty() {             var editor1 = document.getElementById(''<%= ceEditor1.ClientID ...
    Posted to Cute Editor for .NET (Forum) by TAG on September 26, 2011
  • problems with pasting word-formatted text into cuteeditor

    When I try to paste Word 2007 content into the demo-editor on cutesoft.net, it looks fine. When I try the same on the editor on my website,it looks awful, there are many line-breaks which do not exist in the word-document. It always looks the same no matter if I choose to remove unnecessary word-formatting tags or not. I thought, maybe it's ...
    Posted to Cute Editor for .NET (Forum) by cheffefrau on September 5, 2011
  • Re: How do I tell CE not to validate the length on a cancel?

    Hi ceblanda,   Please try the examle below   <%@ Page Language=''C#'' EnableViewState=''false'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 2, 2011
  • Re: Content pasting from MS 2010 not pasting correctly

    Hi davooh1976, Can you reproduce this issue on demo http://richtextbox.com/test/EditorOnPaste.aspx? It the demo works for you. Please download the latest version and try again. Latest version downloads http://cutesoft.net/downloads/folders/21904/download.aspx It still get the same issue with the latest version .Please send your ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 14, 2011
  • Re: html2pdf convert problem

    Hmm.. that is correct, you code works even from my local when it is saved as pdf through the editor. Try do this: <div style=''background-color: #575757;''>test</div> It works in the online version, from you link,  but when it runs from local it gives a damage pdf document, that can not be opened.
    Posted to Cute Editor for .NET (Forum) by zentral on October 20, 2010
  • paste from word icon

    I am having trouble understand exactly what the ''paste from ms word'' icon does. I've been looking around the forum and cutesoft site but I still don't have a good understand, other than that it cleans up html code. In an attempt to find out for myself (using the demo editor) I created the following in a word document: ...
    Posted to Cute Editor for .NET (Forum) by eatsubway on October 14, 2010
  • Re: Can you help me simplify the Word workflow?

    davedr: pbmartin:   Unfortunately, when I use the Paste from MS Word option in CuteEditor, the margins and font styles from the Word document are transferred in the HTML.  So I tried another way: When I use the Paste as Plain Text option in CuteEditor, the Word Doc converts into HTML with BR tags so that I can't use CSS without ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 12, 2010
« First ... < Previous 47 48 49 50 51 Next > ... Last »