Search

You searched for the word(s): document
Showing page 248 of 325 (3,244 total posts) < 1 second(s)
  • Cannot print embedded spreadsheet?

    I have an Excel spreadsheet in our editor (see editor contents below).   When the user clicks our custom print button (which has a click event attached that executes the following JavaScript commands:    var editor1 = document.getElementById(''); editor1.ExecCommand('Print');   the text parts of the page print, ...
    Posted to Cute Editor for .NET (Forum) by rockford on May 14, 2007
  • Dropdown not working in version 6

    I in the process of moving to  CuteEditorVer 6 for asp.net. In Ver 5.3 i have a dropdownlist that inserts text directly in to the Editor, this works quite well. In version 6  the dropdown appears but the text is not inserted into the Editor. code below   DropDownList dropdown = new ...
    Posted to Cute Editor for .NET (Forum) by djv on May 12, 2007
  • Editor fails to initialise in Firefox

    I have an application which works fine on our testing server and accessed from within the office, however when posted to a production server and accessed via the internet the component fails to initialise in Firefox (works fine in IE), unfortunately our client has a preference for Firefox, and will be unlikely to buy an editor which makes him use ...
    Posted to Cute Editor for .NET (Forum) by kev mc on March 20, 2007
  • Files of type in browse button

     Question 1 How do I show up only allowed file extension in browse dialog box. Currently by default, it shows All for both image insert and document insert. Current entries in browse dialogbox All Files(*.*) Pictures (*.gif, *.jpg) HTNL ( *.html, *.htm)  Question2 Is there any way I can show supported files types on dialog box. I ...
    Posted to Cute Editor for .NET (Forum) by rpsu on March 1, 2007
  • What's new in version CuteEditor for ASP 5.2?

    New Features and Improvements: New memeber (PastePureText) has been added into PasteBehavior Enumeration. Member Name Description Default When you paste text into the editor it is not processed. Disabled Paste function is disabed. PasteCleanHTML When you pasting the html code into the editor, the empty tags, redundant ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 7, 2006
  • IE and Firefox display error

    Why does your component fail so miserably in Internet explorer.Attached is a screen shot of the two browsers generation of a very simple tool bar configuration. The lower one is Fire Fox and how I have instructed the toolbars to display, the first image is IE. A FAILURE by all accounts.   Secondly, trying to edit templates in Firefox ...
    Posted to Cute Editor for .NET (Forum) by cdmdotnet on March 5, 2006
  • Version 5.2 PDF Generating.

    Great job implementing the PDF feature!   I would love it even more if there was a way to export it to a byte array so I can save it into SQL.  With that I could also then create a page that would return the PDF document as an HTTP response, like a ''Return PDF'' button.   Since my application requires trusted callers ...
    Posted to Cute Editor for .NET (Forum) by Carter on February 7, 2006
  • CSS impossible to use

    I am using the what i think is the latest version of CE 4 for ASP.   The editor does not apply the CSS styles to text properly.  I have the following styles: .txtLarge{     font-family: Arial, Helvetica, sans-serif;     font-size:xx-large;     font-weight: ...
    Posted to Cute Editor for ASP (Forum) by JonathanASP on January 3, 2006
  • Firefox div tag issue, CE is disabled with errors

    Ok, I have CE in a div tag that comes up invisible. Then say I show CE after the user clicks a button. In firefox, CE is now disabled and I cannot type anything in it.  Example code:  <input type=''button'' value=''test'' onclick=''document.getElementById ('divTEST').style.display = '';''><div id=''divTEST'' ...
    Posted to Cute Editor for .NET (Forum) by jboduch on August 10, 2005
  • Upload dialogues problem

    Seems like a bug or something.When i try to upload a document which is not allowed, error text:File name not supported!is displayed and ''Upload button'' option disappears. Upload dialogue has to be reopened to view the upload button. Also i think help files need some update. There is nothing written about Media file paths (though i guessed), ...
    Posted to Cute Editor for ASP (Forum) by khna on July 6, 2005