Ckeditor provides an empty box

Ckeditor provides an empty box

cidiescidies Posts: 4Questions: 1Answers: 1
edited September 2016 in Free community support

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

  • cidiescidies Posts: 4Questions: 1Answers: 1
    edited September 2016

    removed

  • allanallan Posts: 63,815Questions: 1Answers: 10,517 Site admin

    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

  • cidiescidies Posts: 4Questions: 1Answers: 1

    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

  • cidiescidies Posts: 4Questions: 1Answers: 1
    Answer ✓

    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

  • allanallan Posts: 63,815Questions: 1Answers: 10,517 Site admin

    Thanks for posting back - good to hear you've got it working now.

    Allan

This discussion has been closed.