Search

You searched for the word(s): document
Showing page 48 of 169 (1,685 total posts) < 1 second(s)
  • Re: I want ONCHANGE and ONBLUR events to fire.

    Daniel,   Here is the source code:   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html>    <head>  <title>Simple Blur</title>  </head> <body>        <form id=''Form1'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 19, 2006
  • Re: Problem with spaces & # 1 6 0 ;

    I have version 5.0, and I dont have time for the new 5.2, I changed the DisableAutoFormatting = true; and the BreakElement = CuteEditor.BreakElement.Br, this took care of the special character when you export the html into a word document. But the spaces still show up in the word document as an A with a ^ on top. Please help. I need some ...
    Posted to Cute Editor for .NET (Forum) by AMarino on January 31, 2006
  • Files/Links menu option does not reliably add files/links to document:

    This is reproducible on the latest version (as of 11/21/2011) of the cutesoft demo. Test Case #1:1) Go to HTML view and select and delete all text, 2) return to  Normal view, 3) you will be unable to insert file links. Test Case #2: 1) Clear the page in Normal view 2) Insert file link (OK) 3) Without taking any other action, try ...
    Posted to Cute Editor for .NET (Forum) by wzs5011 on November 21, 2011
  • problem with inserting content at start of document

    Maybe I'm being dim but I'm having a small problem with CE 6. I'm running the latest version (as far as I'm aware) and ASP.Net 2 with Windows Server 2003.   I have a code snippet which looks a little bit like this:   <span style=''float:right''>some text</span> <span style=''font-weight: bold''>some more ...
    Posted to Cute Editor for .NET (Forum) by pbeddis on January 3, 2008
  • Re: (editor1doc.selection).type does not work in Firefox?

    Adam, The first clause of the IF statement just drops out of the function without proceeding, but if you comment that out and start with the window.getSelection clause it seems to work fine, at least for the situations we are concerned with.   Thanks! function getSelectedHTML(){       var ...
    Posted to Cute Editor for .NET (Forum) by rockford on November 12, 2007
  • Word processor features

    CuteEditor is great for HTML document editing, but we also require the following features, to use it as a letter writer (basically we want something along the lines of the TxTextControl but without the need for an ActiveX control):   Ruler with assignable tab markers (I see that the RichTextEditor has a ruler option [but no tab ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 29, 2013
  • Problems with catching client side OnChange in Event

     Hey guys!   I need to handle the change event, when the textarea of CE gets an input (keydown).  A flag should be set and triggers a notification which informs the user about unsaved changes.   I found the follwing code snippets, but they dont work for me. I dont know why. Or  do i misuse it? editor.ID = ...
    Posted to Cute Editor for .NET (Forum) by aveDDOS on November 20, 2013
  • Re: Javascrit error 'Access Denied'

    mortenm:I have the same issue and really need a solution.   As described I have an IFRAME with runs on one sub-domain, e.g. "a.domain.com". From a parent page on domain "b.domain.com" I load a cuteeditor enabled page but the HTML editor is in DISPLAY mode only.   I get a javascript error:     Access is ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 7, 2013
  • Re: FixRangePasteBug error in PasteHTML

    Finally fixed this after several hours of forum searching and trial and error (the documentation on the client scripting side of things is virtually non-existant). You need to call 'FocusDocument' prior to doing the paste as the editor window seems to lose focus.   i.e.:      function test()  ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 6, 2013
  • Re: Paste From Word is not working (All Handling Options)

    Hi Adam,   My clients run into the same problem (since version 6.xx has been installed) and I can reproduce it with Word 2003 and Word 2010 (I haven't tried other versions yet).   The best way to reproduce it is to open a new empty Word document. Paste or type this content into it: One two three four five six seven eight nine ...
    Posted to Cute Editor for .NET (Forum) by wetmaster on February 21, 2013
« First ... < Previous 46 47 48 49 50 Next > ... Last »