Search

You searched for the word(s): document
Showing page 249 of 325 (3,244 total posts) < 1 second(s)
  • Get content using javascript doesn't work on Mozilla

    On Firefox, Mozilla, or Netscape browsers,  editor.GetDocument() throws a javascript exception. Here's a code exerpt, assume ''txtContent'' as the ID for the CuteEditor control:      var editorDoc = document.getElementById('CE_txtContent_ID').GetDocument(); This script works in Windows IE,  but not any other ...
    Posted to Cute Editor for .NET (Forum) by btran on March 20, 2005
  • accessing the editor's text in javascript (ASP version!)

    What a great piece of software! I have a question that's been asked several times in this forum, but I didn't understand the responses, so I'll try to be more specific: 1. I've created a custom button: editor.CustomAddons = ''<img title=''''Custom Addons'''' class=''''button'''' onclick=''''sendText()'''' ... 2. As you can ...
    Posted to Cute Editor for ASP (Forum) by mstuehler on January 27, 2005
  • IE 10 Extra line break and formatting issue

      This issue happens only on IE 10  . When I copy my text from word document and paste it into cute editor, it adds extra line breaks within the text. It happens on your demo site as well.   Is this a knwon issue? Is there a way to resolve it?
    Posted to Cute Editor for ASP (Forum) by maryamp on February 10, 2014
  • Re: Calling "Upload Files" button from code

    Hi,   Please try: var uploader=document.getElementById(''<%=Uploader1.ClientID%>''); uploader.browseclick() But you need to know the browser or Flash compability issue.   for Firefox+IFrame mode, it would show the <input type=file> again.   for Flash10 , it may show 'Open File Dialog Blocked' ...
    Posted to Ajax Uploader (Forum) by cutechat on February 16, 2009
  • Re: Could not get the cute editor instance

    Many postings in the forum reference this line    var editor1 = document.getElementById('<%=Editor1.ClientID%>');   in the custom dialog box to get value from the editor.   But I can not get it to work. The dialog box gives me an error ''Name Editor1 not declared''.   Any idea?
    Posted to Cute Editor for .NET (Forum) by ayw123 on August 18, 2006
  • Re: CuteEditor 6.0 for ASP Javascript error obj_Editor1 is not an object

    m245,   After you get the editor instance, your code will work: // get the cute editor instance. In the following example, we assume your editor ID is : Editor1   var editor1 = document.getElementById('CE_Editor1_ID');    //Get the editor content var editdoc=editor1.GetDocument(); ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 30, 2007
  • Change alert message.

    Hi, 1 page popup Messenger.aspx. Do not show alert message when it arrives. (if (step == 1) (document.title ='>==='+ thetext +'===<'}). 2 If I want to change the alert is similar to MSN (orange flash) I need to solve? Thank You.
    Posted to Cute Chat and Cute Web Messenger (Forum) by pramote on July 16, 2009
  • Firefox and CuteEditor

    When I cut and paste from any document into Cute Editor within a Firefox browser, the alphabet ''r'' does not get pasted into the Editor.  Has this been raised before as a bug? Is there a fix for this?   Thanks..Suraj
    Posted to Cute Editor for ASP (Forum) by surajseshadri on June 11, 2009
  • Re: AJAX Enabled?

    Any update on the release date?  We are integrating AJAX with our application and can only use simple textboxes for our document editing right now.  We really want to use Cute Editor however it does not play nice with AJAX.
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on November 27, 2006
  • Re: Downloadable files error message

    Hi,   Yes, editor.DocumentPath= ''/uploads''  I get the error message posted previously when I highlight a text and attempt to link to a document. The error message appears in the ''select document to insert''  window of the popup.   Line 115 of the ''browse_document.asp'' reads ''Set folders = fso.GetFolder(spec)'' ...
    Posted to Cute Editor for ASP (Forum) by HalRau on June 2, 2004