-
Sorry, this will probably be painful... Hopefully my objective is clear ...so, what I would like to do is navigate through the tree, but also display the content of the M4 file as I select it. jstree filebrowser demo indicates that it might be suitable. The Demo tab states "You can see the code of the following demos in the demo folder of the download", but if I view jstree basic demos, the page displays seven demos, none of which are titled filebrowser demo. Also, each demo is in a single frame, ie none have the 'preview' frame for the file content.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I have found that my assumption to use the only html (index.html) under demo/basic was incorrect. README.md directs me to github (https://github.com/vakata/jstree-php-demos), meaning the download has been updated, but the website is out of date. |
Beta Was this translation helpful? Give feedback.
-
Most browsers do not allow AJAX from the local filesystem - you need to run a webserver. Firefox is an exception - last time I checked it did allow AJAX when using the file:// protocol. |
Beta Was this translation helpful? Give feedback.
Most browsers do not allow AJAX from the local filesystem - you need to run a webserver. Firefox is an exception - last time I checked it did allow AJAX when using the file:// protocol.