|
This program draws items on
wForms is a javascript
Let the user pick three
Word Filter is a type of form
fly from a small database
extension that adds commonly
colors from a web-safe color
validator. When the user
and elaborate an order on
needed behaviors to
table and match
submits some text, the
the basis of the selected
traditional web forms. It
them.
Useful when using a
validator will check the
items only. The order can
follows the principle of
non-WISIWYG editor (like
text for words that has to
then be handled by an e-mail
progressive enhancement :
php-based web editors)
be filtered. The words that
program on user's pc.
unobtrusive, cross-browser
have to be filtered must be
and degradable. I should
added to the array
also point out that not a
swear_words_arr. When the
single line of code is
user types the text and hits
required to actually use it.
the submit button, if the
That makes the learning
text contains any word that
curve almost non-existant.
is present in the array
If you can add a class to a
swear_words_arr, the form
tag, then you can use
will not be submitted. The
wForms.
Implemented
script can be used for
behaviors are:
* Switch:
validation of swear words
Allows you to show/hide
etc.
relevant parts of a form
based on the user inputs.
*
Repeat: Allows parts of a
form to be repeated if the
user wants to provide more
answers.
* Field Hint:
Displays contextual help
based on the current input
focus.
* Input Validation:
Validates common input types
(email, numbers, ..) and
displays appropriate error
messages.
Date: Oct, 10 2004 Date: Aug, 29 2005 Date: Jun, 27 2005 Date: Jun, 24 2003 |