That's a great news and a great job !!
I'm very impatient to try this new version.
On 8 nov, 18:31, Jonathan Bomgardner <
jo...@comcast.net> wrote:
> 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