|
Simply add a few extra
Fill in a text field in a
Description (1000):
EJS
Convert & Edit Exadecimal
attributes to any form
form and this JavaScript
TreeGrid is DHTML component
colors scale into editors
element and you have form
changes or 'echoes' the
written in pure JavaScript
triplette 0 - 255 or into
validation! Generic for all
value of another specified
to display and edit data in
registered name colors in
HTML forms. No major
text field. The other text
table, grid, tree or grid
main browsers libraries or
javascript required in HTML
field value is then locked
with tree. It is client
viceversa. The program is in
form code. I.E., Firefox,
to that value.
component and runs on client
italian language , but
Netscape Compatible. Uses
browser. It is compatible
essential guidelines are
Coldfusion tag style
with the most of standard
given in pop up links for
validation.
browsers. It does not
english visitors to use the
require any installation or
program. The interface is
other components on client
very intuitive and really no
or server side. It has very
great deal of guidelines is
small code (about 50 kB) due
necessary.
compression used. It
communicates with server by
standard HTML submit (POST)
command. Bandwidth between
server and client is reduced
to minimum because all
actions are performed on
client side and from and to
server are sent just pure
data on submit.
Supports
among others: Various
editing types and formats,
dragging one or more rows
(even among more grids),
adding and deleting rows,
sorting rows, resizing and
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: May, 18 2004 Date: Jul, 30 2005 Date: Aug, 23 2004 |
|
Use this JavaScript to
This is a enhanced way to
This is a code snippet
If you have a very large HTML
validate Email addresses on
provide the user to select
demostrating how to empty a
SELECT list, finding the
the client-side. To validate
his country.
No more popups
textarea with a simple click.
correct item can be like
an Email address, use the
with unstyled country list,
looking for a needle in a
function in the following
but a good-looking list with
haystack. For example, if
manner:
flags and colors.
Fully
you have a list of a couple
isEmail(someEmailAddress).
customizable
hundred names, finding a
The function returns true if
single one can be difficult.
the Email is valid, else the
This article provides a
function returns false. The
JavaScript technique for
isEmail() function does not
filtering the items in a
use regular expressions
select list so that only the
while the isEmail2()
matching items are shown,
function uses regular
making it much easier to
expression for validation.
locate the desired item.
Date: May, 01 2003 Date: Jul, 24 2006 Date: Oct, 08 2001 Date: Oct, 09 2003 |