|
Simply add a few extra
wForms is a javascript
Description (1000):
EJS
Slider control to use as form
attributes to any form
extension that adds commonly
TreeGrid is DHTML component
field or for whatever you
element and you have form
needed behaviors to
written in pure JavaScript
like.
Much nicer than an
validation! Generic for all
traditional web forms. It
to display and edit data in
input field where a user can
HTML forms. No major
follows the principle of
table, grid, tree or grid
type in a number from 0 to
javascript required in HTML
progressive enhancement :
with tree. It is client
10, to 100 or
form code. I.E., Firefox,
unobtrusive, cross-browser
component and runs on client
whatever.
many features,
Netscape Compatible. Uses
and degradable. I should
browser. It is compatible
check the web
Coldfusion tag style
also point out that not a
with the most of standard
page.
Features:
Primade
validation.
single line of code is
browsers. It does not
skins or design your own.
required to actually use it.
require any installation or
Set min- and max value.
That makes the learning
other components on client
Set the interval and default
curve almost non-existant.
or server side. It has very
value.
User can change the
If you can add a class to a
small code (about 50 kB) due
value by: sliding, clicking,
tag, then you can use
compression used. It
clicking arrow buttons, type
wForms.
Implemented
communicates with server by
in a value, mouse wheel or
behaviors are:
* Switch:
standard HTML submit (POST)
use an api function.
Allows you to show/hide
command. Bandwidth between
Attach onchange events.
relevant parts of a form
server and client is reduced
Horizontal and vertical
based on the user inputs.
*
to minimum because all
slider.
Repeat: Allows parts of a
actions are performed on
form to be repeated if the
client side and from and to
user wants to provide more
server are sent just pure
answers.
* Field Hint:
data on submit.
Supports
Displays contextual help
among others: Various
based on the current input
editing types and formats,
focus.
* Input Validation:
dragging one or more rows
Validates common input types
(even among more grids),
(email, numbers, ..) and
adding and deleting rows,
displays appropriate error
sorting rows, resizing and
messages.
moving columns, scrolling of
parts of content - fixed and
variable rows and columns,
CSS styles, user script
extension by events, user
cfg in cookies,
master-detail relationship,
calculated cells like MS
Excel, localization, ...
Date: Mar, 02 2006 Date: Aug, 29 2005 Date: Jul, 30 2005 Date: Nov, 09 2004 |
|
Tigra Form Validator is free
Pungo spell is an easy, and
Use this JavaScript to
This program illustrates how
JavaScript component
more importantly, a FREE way
validate Email addresses on
to actually read and process
performing client side form
to add a studly spell
the client-side. To validate
fields of information from a
validation. With its reach
checker to just about ANY
an Email address, use the
form (including proper
feature set the script can
web application.
function in the following
number to number conversion)
be used with HTML forms of
<p>
What
manner:
on a webpage WITHOUT the
virtually any complexity.
does it
isEmail(someEmailAddress).
need of having to actually
This component is simple way
The function returns true if
use the traditional submit
to improve visitors'
the Email is valid, else the
button (and writing
experience, robustness and
function returns false. The
sometimes long parsing
resource efficiency of your
isEmail() function does not
functions that everyone
web application.
use regular expressions
seems to be using) before
while the isEmail2()
any processing is done.
function uses regular
expression for validation.
Date: Jul, 28 2004 Date: Aug, 06 2003 Date: May, 01 2003 Date: Jan, 06 2003 |