Changeset 1603
- Timestamp:
- 2010-07-09 12:23:28 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static-{build}.key/kauri.forms/form.js
r1597 r1603 110 110 111 111 Form.prototype.initEvents = function() { 112 this._makeEventHandler("prevalidation"); 112 113 this._makeEventHandler("presubmit"); 113 114 } … … 226 227 if (saveMode == undefined) saveMode = true; 227 228 if (allowInvalid == undefined) allowInvalid = false; 229 230 $(this).triggerHandler("prevalidation"); 228 231 229 232 var proceed = this.preSubmitValidationCheck(allowInvalid);
Note: See TracChangeset
for help on using the changeset viewer.