Missing references using Editor1.6.1

Missing references using Editor1.6.1

kgprasadkgprasad Posts: 6Questions: 4Answers: 0

Hello,

I am getting a 404 with loading these two references while trying to use the new Editor. What am I missing ? Any help appreciated. thx, Prasad

<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/r/dt-1.10.13/jqc-1.11.3,dt-1.10.13,b-1.2.4,se-1.2.1/datatables.min.css"/>

Answers

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    The correct URLs should be:

    <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/jqc-1.12.4/dt-1.10.13/b-1.2.4/se-1.2.0/datatables.min.css"/>
     
    <script type="text/javascript" src="https://cdn.datatables.net/v/dt/jqc-1.12.4/dt-1.10.13/b-1.2.4/se-1.2.0/datatables.min.js"></script>
    

    Could you let me know where you found the above reference and I'll correct it.

    Thanks,
    Allan

  • kgprasadkgprasad Posts: 6Questions: 4Answers: 0

    Thanks Alan.

    Since you asked here is the reference -
    https://editor.datatables.net/manual/getting-started

    Look in the first HTML code block, below the preamble
    "The HTML to include the required CSS and Javascript will look like this:"

This discussion has been closed.