Search

You searched for the word(s): document
Showing page 148 of 325 (3,244 total posts) < 1 second(s)
  • Re: Can't change body background by calling setHTML()

    Adam,   I just found a new issue that caused by the method you provided. Afer executing the following code, the background changed. But, if I click a submit button to post back the form immediately without doing any action on the editor (e.g. switch view), the Editor1.Text returns the old content.   var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by ytang on June 11, 2007
  • Re: Change views using javascript

    Hi   Just tried the enablestripscripttags example and yes it does alter the casing when saving via the html window, however when switching to normal it doesnt alter it. Code pasted below. The &&x.oSrc becomes &&x.osrc.   Thanks for the reference to the javascript API, should hopefully be able to use to temporary fix ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on December 5, 2006
  • Re: PDF layout

    Thank you, looks good.  Now, I'm trying to set a margin so that the resulting pdf is not pushed all the way to the left of the document.  I've tried doing a <table> adding margin attributes to the style, as well as trying to add margin attributes to the style of the body and div, but each time I call SavePDF(), I get a ...
    Posted to Cute Editor for .NET (Forum) by nsareen on July 3, 2006
  • Re: Editor1.Text is not current when postback is called!

    Liz,  >>It's very significant since it means that one cannot use javascript to confirm whether the cuteeditor txt fields have non-empty values. You can use the following code to get the content of the editor and check the content before the form is submitted:    // get the cute editor ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 8, 2005
  • Re: RichDropdown get selected value in javascript

    Please use the following code:      // get the cute editor instance    var editor1 = document.getElementById('<%=Editor1.ClientID%>');        // Get the editor HTML    var ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 20, 2005
  • Re: Can Enter or Select Text in FF

    That did not fix it. I've even setup a basic page that contains only the editor code and it doesn't work. I've tried the same page in IE and it works fine. I've cleared the FF cache and even manually deleted it. <!-- #include file = ''includes/editor/editor.asp'' --> <!DOCTYPE HTML PUBLIC ''-//W3C//DTD HTML 4.0 ...
    Posted to Cute Editor for ASP (Forum) by sbarrier on July 20, 2005
  • Re: Editable area background color

    The source code of the above example:    <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <script> function changeBG(color) { var editor1=document.getElementById('<%=Editor1.ClientID%>'); var editdoc = editor1.GetDocument(); ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 5, 2005
  • Re: Blockquotes

    Thanks for your quick reply,   sorry I must be missing something in the documentation but:-   I register a new button with the control   and add the onclick attribute to be   myNewImage.Attributes.Add(''onclick'', ''_Format('myRichTextBox','blockquotes');'')   then in the _Format javascript function I am adding a ...
    Posted to Cute Editor for .NET (Forum) by mgoodson on May 28, 2004
  • How can you modify the dialog boxes for both the Image Selecotor and Document Selector

    How can you modify the dialog boxes for both the Image Selecotor and Document Selector For instance: I dont want to show any of the Properties stuff when user is selecting a document via the document selector.   Thank you
    Posted to Cute Editor for .NET (Forum) by sendittokeith on September 24, 2007
  • Re: cannot insert a document.pdf in div

    Hi,   We have fixed this issue, please download the latest build at http://richtexteditor.com/download/richtexteditor.rar  and try again.   Regards,   Ken 
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on March 21, 2014