- ImageMap Field: It is very desirable to have to allow user to choose a value on an image map. So in the ImageMap Field, all image map HTML attributes will be defined, i.e. shape, coords, and alt. And a value will be associated to each option. The chosen value will either set in a hidden field, or a select box, or a radio button group.
- Image Select Field: Similar to the Color Field, but show different images for user to choose.
- SourceListView equivalent from sproutcore.com
- birthdateField : with select tags (faster to choose in past)
- ObjectField : (from inputExHTML) is a list of pairfields where the left field is a key and the right field is a TypeField ?
- RangeField (type: range, slider fields with 2 thumbs)
- Function Field (for fun things with persevere, JSlint ?)
- SorterField (List without add and remove buttons)
- Date: integrate DateJs ?
- GeoLocation (with google maps ?) see http://code.davidjanes.com/blog/2008/11/09/adding-mapfield-to-inputex/
- Array Field (list of objects) (grid)
- server side image generator field
- grafiti field: http://blog.nihilogic.dk/2008/04/saving-canvas-data-to-image-file.html
- Captcha Field (http://ajaxian.com/archives/jquery-validation-plugin-v12-updated)
- http://www.nogray.com/time_picker.php
- CountryField
- PlageField ( ex: on "monday" (select) from "4pm" to "6pm"
|