Search

You searched for the word(s): document
Showing page 112 of 325 (3,244 total posts) < 1 second(s)
  • Javascipt attachevent lost on postback

    I'm currently evaluating CuteEditor and have a snag with js events and postbacks.   In essence, when the page intitially loads, I can attach events fine, it works. However, once the page has been posted back, the events are not attached (unless the text in the cute editor has changed).   From what I can gather, the ...
    Posted to Cute Editor for .NET (Forum) by sparkesyuk on May 24, 2007
  • Printed output being shrunk

    CE appears to be shrinking content to fit into a page when printing.   Images that I insert into the CE editor are getting shrunk when being printed. So is text.   To demonstrate this, I start by placing this code in Microsoft FrontPage and printing it:   <html>     <head>     ...
    Posted to Cute Editor for .NET (Forum) by fredd on May 12, 2007
  • Rulers, .DOC and collaboration

    Can you help me?   I see a lot of fixed things in V6, but not a lot of new features.   There are a couple of critical needs not being fulfilled: rulers, Word .DOC support and collaboration.   To be a realistic tool for office document editing (i.e. word processing), CE should provide ruler functionality both globally and ...
    Posted to Cute Editor for .NET (Forum) by fredd on April 25, 2007
  • Possible values for editor1doc.selection?

    This is related to my earlier post on trying to detect if a user has selected ONLY an image.  I may just be missing this somehow in the documentation, but in the last statement of the following code, what are the possible options after 'editor1doc.selection.' and, more specifically, after 'editor1doc.selection.createRange()'?   var ...
    Posted to Cute Editor for .NET (Forum) by rockford on April 24, 2007
  • How to Transfer data from a POPUP window to CuteEditor using Javascript(Without Page refresh)

    I have a page with a button and Cuteeditor in it.When I click the button,a popup will appear.On that popup i have a textbox and an insert button. When I click that button,the value which the user entered in the textbox has to be displayed in the cuteeditor textarea. This has to be done using Javascript. Note 1.I am working in ASP.NET+VB.NET ...
    Posted to Cute Editor for .NET (Forum) by Mathew on April 10, 2007
  • Re: Advise needed: Integration for CS 2.1 .Net 1.1 with Cute Chat .Net 2.0

    CoffeeCat:Hi,I didn't find the document for this purposeSince the versions of .Net are different    Community Server  2.1 for .Net 1.1     Cute Chat for .Net 2.0 (1) database: the same(2) DLL files    I need to create a new .Net 2.0 application in IIS, the put the Cute Chat DLL files in it, but it ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on March 10, 2007
  • Inserting extra spaces around punctuation

    Hi,    I am using version 5.2    In both IE and firefox i am receiving a weird spacing issue around punctuation    When i copy and paste plain text from a word document, using ''paste plain text''.  It all looks fine, then i hit submit and preview the posted version i receive extra spaces ...
    Posted to Cute Editor for ASP (Forum) by flashmajic on February 19, 2007
  • Re: Creating a Custom Dialog Box which returns text to editor

    Thanks Adam,   I have tried it and am now encountering a javascript error ''obj_editor1'' is undefined The code is below:    ======================================== <script language=''JavaScript'' type=''text/javascript'' >     function insertReviloDownload(editor)     ...
    Posted to Cute Editor for ASP (Forum) by Deros_32 on February 16, 2007
  • <p> vs <span>

    I am using the advantage of template keywords (contentEditable,unselectable) to edit a restricted area on a document. Below is the standard definition of an editable region on my default xml file. <div id=''EditLayer4'' contentEditable=false unselectable=''ON'' align=''left'' style=''position:absolute; overflow:hidden; display:none; ...
    Posted to Cute Editor for .NET (Forum) by Tony88 on January 9, 2007
  • Re: Call to Paste, PasteText and Pasteword insert action name, not content

    >>why does clicking the buttons on the toolbar perform the function properly but when I use the ExecCommand function, they don't?   It should work. Please use the following code:     // get the cute editor instance    var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2006