The first version of my JavaScript library was finally released. JSForms simplifies client side development. It provides controls (menu and tree) and foundation to create custom controls. It comes with complete documentation and I tried to make sure it works in different browsers (IE, Mozilla, Opera).
The library is still in the early development process and a lot is planned to be added. I want to create more controls and simplify working with them. Controls could be added on the fly using JavaScript or by attaching to existing HTML. Different aspects of controls could be customized (appearance using CSS and behavior using JavaScript).
This version is not without it's problems. The major issue lies with the tree, which tends to slow down in IE as it grows large. I have several ideas of how to optimize it in the next version. Control generation via JavaScript is cumbersome. Most of the API methods are designed to manipulate control instances, not creating them from scratch. In the next version I want to explore more intuitive ways to declare them.
JSForms website provides more details about the library and controls. It has examples of the controls and describes library features. Even more documentation is available in JSForms documentation.