From 05230586318dccfcd6dfb4b3930062d906092d5b Mon Sep 17 00:00:00 2001 From: Banana Date: Mon, 1 Aug 2011 13:54:45 +0200 Subject: [PATCH] realod tree demo. php file was not working --- javascript/mif-tree/Demos/index.html | 1 + .../mif-tree/Demos/reloadChildren/demo.css | 299 ++++++++++++++++++ .../mif-tree/Demos/reloadChildren/demo.js | 85 +++++ .../Demos/reloadChildren/get_json.php | 17 + .../mif-tree/Demos/reloadChildren/index.html | 22 ++ 5 files changed, 424 insertions(+) create mode 100755 javascript/mif-tree/Demos/reloadChildren/demo.css create mode 100755 javascript/mif-tree/Demos/reloadChildren/demo.js create mode 100755 javascript/mif-tree/Demos/reloadChildren/get_json.php create mode 100755 javascript/mif-tree/Demos/reloadChildren/index.html diff --git a/javascript/mif-tree/Demos/index.html b/javascript/mif-tree/Demos/index.html index 7d79e44..2882041 100755 --- a/javascript/mif-tree/Demos/index.html +++ b/javascript/mif-tree/Demos/index.html @@ -39,6 +39,7 @@
  • sortable tree
  • Add node
  • Another add node demo
  • +
  • reload children and update clicked node name