Problem with Cuteeditor to getHTML

Last post 10-26-2009, 6:48 AM by Sam Hutchinson. 2 replies.
Sort Posts: Previous Next
  •  06-24-2009, 9:12 AM 53460

    Problem with Cuteeditor to getHTML

    Previously I was using cuteeditor 5.3 and now I am using cuteditor 6.4.

    In new editor i am getting wrong html.

    I am using setHTML method to set html . But when we get html by getHTML then it is giving the wrong/ unstructred html.

    By debugging i find that the html got incoorect in
    CEPS.R = function( h ) function

    This is input html

    "<!DOCTYPE html SYSTEM "D:\PowerXEditor\pxe3.1\supportfiles\entity.dtd"[]>
    <html><head><title>Managing Acute Drug Toxicity</title><link rel="stylesheet" href="../css/PXEFixStyle.css" type="text/css" />
    <link rel="stylesheet" href="../css/koda.css" type="text/css" />
    </head><body class="bodymargin"><div class="fm"><p class="Document_number" iid="CH5_1145">CHAPTER <span class="Doc_number">5</span></p><p class="Title_document">Managing Acute Drug Toxicity</p><p class="Authors">Judith A. Alsop</p></div><div class="body"><p class="Para_flfirst" iid="CH5_6561">This chapter reviews and presents examples of the most common strategies used to evaluate and manage drug overdoses and poisonings. For detailed information about how to manage specific drug overdoses, the reader is referred to other toxicologic references or to a poison control center.</p><p class="Head2" id="Head2_1" iid="CH5_4333">Epidemiologic Data</p><p class="Head3" id="Head3_2" iid="CH5_8190">American Association of Poison Control Centers and Drug Abuse Warning Network</p>"
     
     
     
    This is wrong output html

    <!DOCTYPE html SYSTEM "D:\PowerXEditor\pxe3.1\supportfiles\entity.dtd"[]>
    <html><head></head>
    <body><!DOCTYPE html SYSTEM "D:\PowerXEditor\pxe3.1\supportfiles\entity.dtd"[]>
    <html><head><title>Managing Acute Drug Toxicity</title><link rel="stylesheet" href="../css/PXEFixStyle.css" type="text/css" />
    <link rel="stylesheet" href="../css/koda.css" type="text/css" />
    </head> <link href="../css/PXEFixStyle.css" type="text/css" rel="stylesheet"><link href="../css/koda.css" type="text/css" rel="stylesheet">
    <div class="fm">
    <p class="Document_number" iid="CH5_9049">CHAPTER <span class="Doc_number">5</span></p>
    "
     
     
     
    I have licensed sorce code of editor.
     
     
    Please advice change in function code.
     
     
  •  06-24-2009, 10:31 AM 53466 in reply to 53460

    Re: Problem with Cuteeditor to getHTML

    We cannot reproduce this issue in the following example:
     
     
    Can you find this example in the download package and test it?

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-26-2009, 6:48 AM 56667 in reply to 53460

    Re: Problem with Cuteeditor to getHTML

    Hi
     
    I have the same problem as described here: http://cutesoft.net/forums/56666/ShowThread.aspx#56666
     
    Did you ever find a fix for this.
     
    Thanks
    Sam
View as RSS news feed in XML