Български

  2008   October

October 20, 2008

jstree.com

Filed under: Tech — Tags: — vakata @ 5:21 pm

Thanks to addwin (who supported jsTree with a donation) I managed to setup a mini-site @ jstree.com. The documentation is already transferred there along with the changelog. The new examples page is almost ready and will be up soon.
I am not a designer, so if anyone has a better idea for the design - please share :)
I am also wondering if I should set up a forum, or a ticket system … or just continue to use this blog and the GoogleCode page as a way to help out and gather ideas & bug reports.

October 9, 2008

jsTree v.0.8.1

Filed under: Tech — Tags: , , — vakata @ 11:56 am

This is a late post, actually. Version 0.8.1 has been up for some time now - the reason for this post is the download that was added, so you don’t need to check out.

The big news is that a new examples page is almost ready. As I have seen it is better to give working examples so that people can build on them, rather than read the documentation.

The list of changes in this version includes:

  • fixed renaming bug - a ‘ in the name brakes the rename (by anotherhero)
  • fixed #marker bug - plus sign not showing while dragging (by anotherhero)
  • onload callback (fired when: the tree is loaded for the first time, the tree or a node is refreshed)
  • * in dragrules (for example: “file * folder” means that a file-node can be before,after or inside a folder, “* inside folder” means any node can be inside a folder)
  • refreshing a single node is possible (in async mode)
  • passed json can now be an object, not an array of objects (by Marius Bratu)
  • onchange called in deselect_branch (by jstreeuser)
  • id is urlencoded when making calls to data.url (by Arjan Haverkamp)

Will post again as soon as the new examples page is done!