Custom File Structure

Custom File Structure

matyhatymatyhaty Posts: 11Questions: 1Answers: 0
edited October 2012 in Editor
Hi All
Im just trialling the editor today, and wondered how you change the file structure paths...
The tutorial mentions it, but doesnt give any indication on how to customise it.

Im using datatables already in the project - but cant conform to the default file layout (for a million reasons)

How do you change it so you can customise the files editor requires' location.

Ta

Replies

  • allanallan Posts: 61,625Questions: 1Answers: 10,090 Site admin
    Basically you need four files:

    [quote]
    jquery.dataTables.js
    jquery.dataTables.css
    dataTables.editor.js
    dataTables.editor.css
    [/quote]

    (and probably the images as well assuming you want them).

    You can then put them wherever you want and as long as you reference them in the HTML page correctly (or combine them into another file that gets included) :-).

    Allan
This discussion has been closed.