- Improved (more interactive) validation of the forms.

SVN:trunk[460]
This commit is contained in:
Denis Flaven
2010-06-14 09:10:54 +00:00
parent f29217379e
commit 23c19c599e
9 changed files with 212 additions and 102 deletions

View File

@@ -47,7 +47,9 @@ function UpdateFileName(id, sNewFileName)
var sNewFileName = aPath[aPath.length-1];
$('#'+id).val(sNewFileName);
$('#'+id).trigger('validate');
$('#name_'+id).text(sNewFileName);
return true;
}
/**
* Reload a search form for the specified class
@@ -75,5 +77,4 @@ function ReloadSearchForm(divId, sClassName, sBaseClass)
$('#'+divId).unblock();
}
);
}
}