Search

You searched for the word(s): document
Showing page 259 of 325 (3,244 total posts) < 1 second(s)
  • Re: Error when loading Content to an editor via Javascrpt.

    Demo:     http://cutesoft.net/example/JavaScript-API.aspx   SetHTML() This method is used for setting the content of CuteEditor. Example: // get the cute editor instance var editor1 = document.getElementById('<% = ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 16, 2008
  • Programatically setting TempDirectory ?

    Dynamically setting the TempDirectory in the code behind does not work?    this.Uploader1.TempDirectory = ''~/temp/U1/T'';  instead of in the aspx page as TempDirectory=''~/temp/U1/Tx'' The temp directory will vary depending on the users login. It needs to be set dynamically in ...
    Posted to Ajax Uploader (Forum) by paulg on July 25, 2011
  • Using IFrame

    I have a problem using iframe When using an IFrame, hiding the div containing the iframe and show it again, the upload button stop working. Reproduce the problem: I added a test page to the demo:   <html xmlns=''http://www.w3.org/1999/xhtml'' > <head runat=''server''> <title>Untitled ...
    Posted to Ajax Uploader (Forum) by tirza on March 17, 2011
  • Avoiding postbacks

    Hi We're currently evaluating the ajaxuploader for our application. We want the uploader to do it's thing BUT not do a postback -- we'll then do an ajax postback so that we can update some info and put the file into a database without doing a postback.  I've put in script as follows:-      function ...
    Posted to Ajax Uploader (Forum) by dipolar on August 12, 2010
  • PasteHTML doesnt work properly in IE7 when using the breakelement.BR

    Hi There, PasteHTML works fine in Firefox, however when you use PasteHTML in IE7, the pasted text is always after all the BR's in front of the next text.  Can someone please look into this, this is some critical functionality we are looking for.  The example below in IE7 causes the behavior. 1. Use the code below.2. Put your ...
    Posted to Cute Editor for .NET (Forum) by mreric on July 28, 2010
  • Editing Issues (lost formatting, format buttons not working)

    We've had a number of reports from our customers about difficulty editing content with CuteEditor. The two main issues are the formatting buttons not applying the styles (or correct styles) to selected text and losing existing formatting when editing other parts of the document.   The most recent incident involves an entry that contains a ...
    Posted to Cute Editor for ASP (Forum) by Michael.G on March 18, 2010
  • Rendering Issue with Multiple Cute Editor on the same page

    Hi,   I am having a problem when I put multiple Cute Editors on a page combined with the Jquery tab (Jquery.tabs()). Each tab has a cute editor. Even though I have set a height on all the Cute Editors, some of the cute editors are collapsed in fire fox (version 3.0.7).   It renders fine in IE 7, but some of the Cute Editors have ...
    Posted to Cute Editor for .NET (Forum) by jclee4843 on March 9, 2009
  • Problem of GetSelection() in IE

    i want to run this code in IE, it is working fine in Firefox.   Code:-  var e1 = document.getElementById('<% =Editor1.ClientID%>');   var selectedDiv = e1.GetSelection();   selectedDiv.anchorNode.parentNode.innerHTML = '<b>' + selectedDiv.anchorNode.parentNode.innerHTML + ...
    Posted to Cute Editor for .NET (Forum) by maximus392 on October 22, 2008
  • zoom the working area of the editor

    hi,   the Cute editor has the zoom combo box functionality that zoom in/out the content of the editor.   im looking for 'Microsoft Word like' zoom.   if you open microsoft word, you can zoom the working area (i.e. the document). the zoom is for the page and the content and if needed, scroll bars are ...
    Posted to Cute Editor for .NET (Forum) by Dovalle on June 18, 2008
  • CuteEditor AutoFormat Issues

    Hi,       I have a few issues with CuteEditor autoformating the content:       1. CuteEditor automatically changes ''so on'' to ''soon'' when I copied and pasted from a (particular) word document.     2. When I try to put an hyperlink on MYDEV@ABC ...
    Posted to Cute Editor for .NET (Forum) by rchen on May 8, 2006