代码搜索:validation
找到约 7,219 项符合「validation」的源代码
代码结果 7,219
www.eeworm.com/read/330522/3422921
js validation.js
var webworkValidator = new ValidationClient("$!base/validation");
webworkValidator.onErrors = function(input, errors) {
var form = input.form;
clearErrorMessages(form);
clearErrorLabels(form);
www.eeworm.com/read/330522/3422940
js validation.js
function clearErrorMessages(form) {
// clear out any rows with an "errorFor" attribute
var divs = form.getElementsByTagName("div");
var paragraphsToDelete = new Array();
for(var i = 0;
www.eeworm.com/read/326201/3473448
js validation.js
/*
* This is a set of function that can be use for validating input of a HTML form.
*
* isEmpty check if string is empty.
* isWhitespace Return true if string is empty or only cont
www.eeworm.com/read/323961/3507054
js validation.js
isc.ListGrid.create({
ID: "countryList",
width:550, height:224, alternateRecordStyles:true, showAllRecords:true, cellHeight:22,
dataSource: countryDS,
fields:[
{name:"countryCo
www.eeworm.com/read/292422/3953387
java validation.java
/*
* Created on 23/10/2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package neuralnetworktoolkit.valida
www.eeworm.com/read/287226/4024828
js validation.js
function clearErrorMessages(form) {
var table = form.childNodes[1];
if( typeof table == "undefined" ) {
table = form.childNodes[0];
}
// clear out any rows with an "errorFor"
www.eeworm.com/read/287226/4024902
js validation.js
function clearErrorMessages(form) {
var table = form.childNodes[1];
if( typeof table == "undefined" ) {
table = form.childNodes[0];
}
// clear out any rows with an "errorFor"
www.eeworm.com/read/277970/4148375
js validation.js
/*
* Really easy field validation with Prototype
* http://tetlaw.id.au/view/javascript/really-easy-field-validation
* Andrew Tetlaw
* Version 1.5.4.1 (2007-01-05)
*
* Copyright (c) 2007 Andrew