Getting started
Installation into your project
As usual, you will have to copy the javascript, images and css files into your project directory.
- Download the latest inputEx zip file
- Copy the js,css,images directories into your project corresponding directories
Add inputEx to your page
3 ways of doing this :
- Using the YUI loader, include the inputEx loader (see Using YUI loader for requesting modules)
- Insert the script and CSS into your page : (inputEx+YUI)
- Use the minified files :
Basic example
- Create a DOM element that will contain your form:
- Create a basic form after loading: