Opened 18 years ago
Closed 18 years ago
#422 closed Bug (worksforme)
JavaScript integration: "CreateHtml is not a function"
Reported by: | satishkumar123 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | WorksForMe Pending | Cc: |
Description
Hi,
Creating the editor using ajax in Firefox 1.5 generates error: CreateHtml is not a function. Code used:
var div = document.getElementById("myFCKeditor"); var fck = new FCKeditor("myFCKeditor"); div.innerHTML = fck.CreateHtml();
regards
Change History (2)
comment:1 Changed 18 years ago by
Keywords: | WorksForMe Pending added |
---|---|
Summary: | Ajax editor in Firefox → JavaScript integration: "CreateHtml is not a function" |
It seams to be a problem in your system. It works well for me, and if you look at fckconfig.js, you will see that CreateHtml() is correctly defined, so be sure you are correctly including that file, and that there are no typos in your code.
Please debug it better and let us know the results.