Search

You searched for the word(s): document
Showing page 147 of 325 (3,244 total posts) < 1 second(s)
  • Re: File browsing dialog has been blocked

    Hi Hlybbi,   Please hit the F12 to open your IE "developer tools" panel. Under the "Document Mode" tab, please use the "IE9 standards", it should fix the problem.   Got this problem I think because you are using the  "Quirks mode". I will report this issue to the development team. ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on September 19, 2012
  • Re: Undo removes everything -including previously saved content....

    Hi Ken, We are setting the HTML using javascript.  The code is shown below:          var editor1 = document.getElementById('<%=Editor1.ClientID%>');         editor1.setHTML(window.opener.dialogArguments.value);  I am setting up a test account ...
    Posted to Cute Editor for .NET (Forum) by Ilana on May 7, 2012
  • Re: Customize behavior of Insert Image dialog.

    Hi Ken,unfortunately writing  my own Insert Image dialog from scratch is not an option. The existing dialog has a lot of useful functionality that I cannot implement in a reasonable amount of time.I was able to achieve requirement #1 by adding a script to InsertImage.aspx that sets the attributes on load (this is a modified requirement, but ...
    Posted to Cute Editor for .NET (Forum) by ivanb on November 4, 2011
  • Re: Doctype disappearing

    I'm setting DOCTYPE property for the control itself in the aspx markup definition of the controls, ie DOCTYPE=''<DOCTYPE ...''. So it initially displays correctly when in the Normal mode but looses the doctype when switched from html to normal.   In your example, the doctype is defined inside the document you are editing itself, so it ...
    Posted to Cute Editor for .NET (Forum) by Woland on November 19, 2008
  • Re: EditorOnPaste="PasteWord" differences from your sample

    why not try?   function CuteEditor_OnCommand(editor,command,ui,value) {   if (command==''Paste'') {        var oEditor = document.getElementById(editor.id);     var sHTML = oEditor.getHTML();       //Parse HTML and ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on July 18, 2008
  • Re: Adding Link to highlighted text makes text dissapear in firefox 3

    Adam,   I doesn't seem to be deleting the highlighted text anymore. I tested with different amounts of text and different variations of text/html. I'm not sure if I just didn't run into it while testing since the problem is random.  I did however notice that when highlighting over a certain amount of text (usually a larger amount) and ...
    Posted to Cute Editor for ASP (Forum) by gzangirolami on July 8, 2008
  • Re: Cute editor's setHtml function works after alert

    This time I done following things    while(editorEdit==null || editorEdit.innerHTML.length==0)                 editorEdit = document.getElementById('<%= ...
    Posted to Cute Editor for .NET (Forum) by lastactionhero on June 26, 2008
  • Re: zoom

    Now its working (Code below) ,But If I put  ReadOnly=true it is not working?     I found one more thing, Sometimes It is giving property/method does not support still.      I put this code in aspx body.   <script language=''JavaScript'' type=''text/javascript'' > var ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 19, 2008
  • Re: Passing HTML to the CuteEditor

    Hi Adam,   Sorry for the late reply, but I was on vacation.   The application allows the user to upload a Word document to the server, this is then opened using the Microsoft.Interop.Word classes in .NET and converted to HTML. This HTML is then saved in the database by using the CLOB data type in Oracle. I uploaded a simple ...
    Posted to Cute Editor for .NET (Forum) by Nasty2 on February 25, 2008
  • Re: PDF conversion significantly different than HTML

    Thanks Ady,   But I don't think that's the problem. First, I can't give the PDF document a style sheet. I'm using CE's built-in PDF converter and all it does is read the editor's text.   Second, and more importantly, when I use other company's .NET converters (Sautin), they work fine against the same content.   BTW - I still ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 14, 2007