Ckeditor provides an empty box
Ckeditor provides an empty box
Hi,
I use them since today.
The box stays empty.
Here my little excerpt:
$(document).ready(function() {
editor = new $.fn.dataTable.Editor( {
ajax: "../extensions/examples/php/atasks.php",
table: "#example",
fields: [ {
label: "tid:",
name: "tid"
}, {
label: "tproblem:",
name: "tproblem",
type: "ckeditor"
}, {
...
Additionally:
I load the following libs and use the paid version of datatables-editor, downloaded ckeditor lib and add the editor.ckeditor.js to them. Then I load:
... src="../extensions/php/lib/ckeditor/editor.ckeditor.js"></script>
Best Regards
cds
This question has an accepted answers - jump to answer
Answers
removed
Hi,
I don't immediately see any problems with the code you've shown above. Could you link to the page please, and I'd be happy to take a look and help debug it.
Regards,
Allan
Hello Allan,
I would like to send you the link. But it's an internal application. Not accessible from the Internet. I try currently to build a similar application accessible by Internet with the similar malfunction.
Best Regards
cds
Hi Allan and community
now I was able to resolve it myself.
I had included only Allans script but not the native ckedit on top.
Best Regards
cds
Thanks for posting back - good to hear you've got it working now.
Allan