Directory Path
Directory Path
Hello. Is it possible to change the directory for Editor? Now it exists in the /extensions directory of datatables. I would like to move editor to the root directory, or in fact move my file outside of the Editor directory. I've tried making all of the URLs in the HTML file absolute, but I seem to be missing something.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
You should be able to move the file to anywhere you want - all you need to do is update the
<script src"..."></script>
include for your script to point at wherever you put the file now.If you look at the developer console in your browser, it will tell you if you have any 404 errors on the page.
Allan