For those who may be interested:
The new JxLib 3.1 beta 1 is now ready for testing. You can either clone the
githb repo and checkout the tag 3.1b1 or you can download a full build from
the github downloads section. Also, the website now has reference material
available for both 3.0 and 3.1b1. When you click on examples or api you'll
go to page that gives you a choice of what version you want to view.
This version features:
- Mootools-core and -more compatability with 1.4.1 (and 1.3.2)
- New Widgets:
- Jx.Editor - A rather simple WYSIWYG editor based on mooeditable in
the JxLib style using a plethora of plugins.
- Jx.Field.Editor - A Jx.Field wrapper around Jx.Editor.
- Jx.Panel.Form - A Jx.Panel that can configure and instantiate a
Jx.Form, associated validators and error display (via a plugin) that is
done via JSON configuration.
- A re-written Jx.Tree (and associated classes) - rewritten to take
advantage of mootools support for event delegation as well as a plugin
that
alows drag-and-drop reordering of tree siblings.
- A bunch of other fixes and improvements
if you find any issues please log them in Lighthouse (
http://jxlib.lighthouseapp.com/projects/71243-jxlib/overview). Hopefully
we'll be able to release the final around the end of the month.
Thanks,
Jon