inputEx Documentation Back to homepage
inputEx is a javascript library to build fields and forms.
It can also be considered as an interface framework, since it provides a good structure to create you own fields.
It is built on top of the YUI library, and we try to keep it as close as possible to the YUI philosophy.
It is of course fully skinable using CSS and currently supports Firefox 1.5+, Safari 2.0+, IE 7.0+, Chrome 0.2+ and Opera 9+.
With so many form libraries out there, why would we create another one ?
Here are the features we implemented that makes inputEx unique :
InputEx uses no html (it is the opposite of unobtrusive librairies): all the fields and forms are configured using json, then rendered by manipulating the DOM.
It is therefore a library to create javascript web applications, not webpages.
This approach has a great advantage: adding/modifying a field is made in one place only. Combined with the json configuration that can be stored server-side, it makes customization of your web application very easy.
It is very easy to help us improving the library :
If you didn't find what you were looking for, please visit these websites :