Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 3

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 be extended with plug-in classes that provide additional controls, behaviors, validation rules, and ... [More] rendering modes. There is one plug-in form submitting forms without page reloading via AJAX. [Less]

0
 
  0 reviews  |  3 users  |  33,144 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 
5.0
 
  0 reviews  |  1 user  |  574 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

This plugin filters keyboard input by specified regular expression. Source code inspired by Ext.JS (Ext.form.TextField, Ext.EventManager), but was modified to provide more accurate logic. Procedural style: $('#ggg').keyfilter(/[\dA-F]/); Also you can pass test function instead of ... [More] regexp. Its arguments: * this - HTML DOM Element (event target). * c - String that contains incoming character. $('#ggg').keyfilter(function(c) { return c != 'a'; }); CSS class attribute style: Available classes: * mask-pint: /[\d]/ * mask-int: /[\d\-]/ * mask-pnum: /[\d\.]/ * mask-num: /[\d\-\.]/ * mask-hex: /[0-9a-f]/i * mask-email: /[a-z0-9_\.\-@]/i * mask-alpha: /[a-z_]/i * mask-alphanum: /[a-z0-9_]/i [Less]

0
 
  0 reviews  |  1 user  |  199 lines of code  |  2 current contributors  |  Analyzed about 7 hours ago
 
 

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 parameters and then call a few methods. It is customizable (validation and view), Always ... [More] 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]

4.0
   
  0 reviews  |  1 user  |  16,789 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

A JavaScript port of Django's awesome form display and validation library.

0
 
  0 reviews  |  1 user  |  7,618 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

This java library allows to create swing forms by writing code in a simple manner: Form form = FormBuilder.map( Person.class ).buildForm();

5.0
 
  0 reviews  |  1 user  |  4,413 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

ASP.NET MVC Forms makes developing forms faster and easier. Forms can be rendered either automatically or get your hands dirty with a completely custom layout. The design is based off the Django Projects forms module, ported to ASP.NET MVC.

4.0
   
  0 reviews  |  1 user  |  10,586 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

What is moolidate?moolidate is a simple mootools plugin that will painlessly validate strings, form fields, the inner text of an element and more. Only depends on the "Core", "Class", and "Native" mootools classes. Who is it For?The moolidate plugin is for web ... [More] developers that want to relieve the stress of validating and verifyng data that they may not have control over. You should have some basic knowledge of javascript and mootools to use this plugin. If you Feel that only checking the value.length of your inputs is not enough. Want advanced validation features but have little to no knowledge of regular expressions. Know regular expressions inside and out, but find writing and testing your own an annoyance. Use mootools extensively, and want a validation library that incorporates with it. Want Inform your users that they have invalid input without reloading the page. then moolidate is probably for you. Why moolidate?Easy to useSyntax is very clear and easy to use. $('name').validName() //true $('name2').validName() //false "Tracy O'Brady".isName() //trueSmart"123 555 6789".isPhoneNumber() //true "(123) 555-6789".isPhoneNumber() //true "123.555.6789".isPhoneNumber() //true "123-555-6789".isPhoneNumber() //true "12-3555-6789".isPhoneNumber() //false "123-555-6789a".isPhoneNumber() //false [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

A forms framework with validation for ASP.NET MVC.

0
 
  0 reviews  |  0 users  |  105,707 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Zebda is a general purpose Javascript library built on Prototype 1.4.0. Although it has some utility functions, the main purpose is handling client-side form validation.

0
 
  0 reviews  |  0 users  |  1,316 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.