Projects tagged ‘javascript’ and ‘validation’


Jump to tag:

Projects tagged ‘javascript’ and ‘validation’

Filtered by Project Tags javascript validation

Refine results Project Tags form (15) forms (13) ajax (12) jquery (9) library (9) php (8) html (7) prototype (7) web (6) framework (6) formvalidation (5) mootools (4)

[61 total ]

2 Users

Forms generation and validation is a PHP class that generates HTML forms supporting many built-in validation types on server and client sides. It supports template driven form HTML generation. It can ... [More] be extended with plug-in classes that provide additional controls, behaviors, validation rules, and rendering modes. There is one plug-in form submitting forms without page reloading via AJAX. [Less]
Created over 3 years ago.

1 Users
   

ComboValidation is a class meant to validate HTML forms via PHP and JavaScript in the simplest possible way. All you need to do is to create an array of form fields' information with the required ... [More] parameters and then call a few methods. It is customizable (validation and view), Always backward-compatible, cross-browser (IE6+, Firefox2+, Opera7+, Safari3+, and all Mozilla based browsers), very well tested, easily integratble, lightweight, extensible, PHP 4 and 5 compatible, multi-lingual, and XHML valid, and has AJAX support. [Less]
Created about 1 year ago.

1 Users
   

Rx is a system for simple, extensible cross-language schemata for data validation.
Created about 1 year ago.

1 Users

A JavaScript port of Django's awesome form display and validation library.
Created about 1 year ago.

1 Users

GWToolboxWelcome to the GWToolbox project. The GWToolbox project provides a collection of modules to help developers create robust web 2.0 / Ajax applications using the Google Web Toolkit (GWT). ... [More] Current modulesCurrently the following modules are provided: gwtoolbox-commons: A library with common utility classes which are used by other modules and can also be used by other GWT applications. This collection of utilities is largely based on common Java Open Source projects (e.g. Spring, apache commons, etc..) gwtoolbox-bean: A library that brings the power of Java bean programming to GWT applications. Constructs like PropertyDescriptor, BeanInfo, and PropertyChangeListeners can now be used and applied transparently on a simple GWT Java bean. This module also comes with bean binding and validation support. gwtoolbox-ioc: This module bring IoC to GWT applications. Heavily based on Spring, users can now define all object/widgets/components of their GWT application within Spring application context and wire them declaratively. This is now yet another Spring-like ioc container, but rather a container that can read actual Spring configuration files. This brings along many of the power tools Spring comes with: AspectJ-like AOP support, bean life-cycle management (including lazy/eager initialization), scopes (singleton/prototype), and even Spring namespaces. Users can now create proprietary namespaces for their GWT components. Modules in developmentThe following modules are currently in development: gwtoolbox-widget: A set of generic model based widget classes with concrete implementations of bean backed models. These widgets/models highly depend on the gwtoolbox-bean module. Getting startedTake a look at our Getting Started Guide to get started using GWToolbox to build better GWT applications. Quick StartTo quickly create a GWToolbox based project, you can use the following link. This will redirect you to a form which will help you create an initial maven2 project using a dedicated maven archetype: http://gwtoolboxarchetype.appspot.com [Less]
Created about 1 year ago.

1 Users

Client side validation of form submission is very crucial and important. This is an attempt to create a dynamic library which will do the basic validation with some amount of configuration provided to ... [More] the user using it as per the requirement. The main goal behind building the validator is to avoid playing with html form and let javascript do the validation and css highlight it. So that it can be applicable to the already created form without touching it but by just configuring it through javascript and css. [Less]
Created 11 months ago.

1 Users

Created 8 months ago.

0 Users

A lightweight plain javascript highly compatible and flexible client-side HTML form validation framework. For more info see http://www.ontalstudios.com/page.php?page=projects/ocv
Created 2 months ago.

0 Users

Parse and validate Javascript from Ruby. Not a Javascript executer, just a parser and analyzer. Mozilla Narcissus Javascript parser ported to ruby by Paul Sowden.
Created about 1 year ago.

0 Users

This project aims on releasing a javascript formvalidator for quick and easy clientside formvalidation using regexes, but will have support for plugins for custom validations It was originally ... [More] developed as part of the (non-released) P.O.R.K. framework but works with any site. The validation method is triggered by an onsubmit of your form which loops all elements that have a validation="" property in their tag, and displays the message shown in the message="" property. Currently validates: inputs, textareas, checkboxes and radios. [Less]
Created 11 months ago.