Custom Form Elements JavaScript Library
25
Aug
Custom Form Elements (CFE) is a JavaScript library for enhancing your form elements in means of design, usability & accessibility.
CFE aims to support all JavaScript frameworks (currently supports MooTools) & works in most A Grade browsers.
Some features of Custom Form Elements:
- unobstrusive
- completely styleable via CSS
- supports custom events like onHover-onClick
- can auto-generate tooltips from "title" attributes
- select all / deselect all functionality for checkboxes
- & more..
Requirements: MooTols (Currently)
Compatibility: All Major Browsers
Website: http://customformelements.net/
Demo: http://customformelements.net/demopage.php
Download: https://sourceforge.net/project/showfiles.php?group_...
Compatibility: All Major Browsers
Website: http://customformelements.net/
Demo: http://customformelements.net/demopage.php
Download: https://sourceforge.net/project/showfiles.php?group_...
- Tags:
Css Javascript
- Filed under: Forms, GPL License, Goodies
- 3 Comments






















3 Responses for "Custom Form Elements JavaScript Library"
This really rocks! The best styling for forms I’ve seen so far.
Problem with it is I need different sizes on my select elements- Having to hack the javascript file so that I can get this functionality- and I’m no javascript guy. Has anyone come across this problem and what is the best solution?
@Josh
No JS Hack is needed for this – you can modify the css.
If you have given all selects an id, the replacing “alias” (cfe) will hav a class like “jsSelector jsmyId”.
With this class, you’re able to style all selects specificly.
Kind regards
Maik
P.S. use the customformelements forums at sourceforge for further requests: http://sourceforge.net/forum/?group_id=225918