71 Commits (dcf42e35cc114a8a4652140c0c6d198eaeac2a66)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko 5686a9ddeb Revert "* Added support of :submit[formtarget]" 9 years ago
Anatoly Rugalev d3fb217dfa * Added support of :submit[formtarget] 9 years ago
SilverFire - Dmitry Naumenko e5bcbf4e1d Closes #11228: `yii.activeForm.js` - AJAX validation will not be triggered if client side validation failed 9 years ago
Andrew Nester 9eaa82e15d 10555 - Fix for ActiveForm - When previous action doesn't reload page, this action will be triggered again when another submit button clicked 9 years ago
githubjeka 88241f24f3 `yii.activeForm.js`: input onBlur event forces field validation 9 years ago
Sam 5332e900e3 Fixes #7341, #9551, #9928: Client validation now skips disabled inputs 9 years ago
Nikola Kovacs 4c0bcaf12e Fixes #8822, fixes #9298. Clientside validator docs enhancements. 9 years ago
Nikola Kovacs 11de09bf8b Fixes #5991, #5420, #3017: Added `updateMessages()` to `yii.activeForm.js` to support manually updating ActiveForm messages 9 years ago
Alexander Makarov 66557285a6 #7259: fixed using errrorInputs 9 years ago
Alexander Makarov 9587d9b29c #7259: Added back errorAttributes 9 years ago
Alexander Makarov e2f5279b54 Better fix for #7259 9 years ago
Nikola Kovacs 2577a5915b Fixes #7259: Added `errorAttributes` parameter to ActiveForm `afterValidate` event. Made scrolling to first error optional 9 years ago
vbelogai 1d6a340534 Fixes #8161: Fixed active form `data-method` submit bug when client validation is used 9 years ago
nkovacs a99ae5b1ed Fixes #8661: Fixed `yii.activeForm.js` scrolling to top 9 years ago
Alexandr 75dd60ae4a Update yii.activeForm.js 9 years ago
Alexander Makarov 926770b7d9 Changed usage of .prop() to .attr() in order to avoid issues when working with forms having input with names matching form properties. Related to #8014. 10 years ago
Qiang Xue 3abc07d16c Fixes #6642: Fixed the bug that using confirmation dialog via `data-confirm` in an `ActiveForm` may cause the dialog to appear twice 10 years ago
Sidney Lins (slinstj, former sidtj) 41e5a8a83b Fixes #6975: Pressing arrows while focused in inputs of Active Form with `validateOnType` enabled no longer triggers validation 10 years ago
Qiang Xue e56bf03130 Fixed test break. 10 years ago
Qiang Xue 57c298a523 Fixes #7361: The `trim` validator now works on the client side too 10 years ago
Qiang Xue 770d65a052 Fixes #6361 10 years ago
Qiang Xue 4dcbe83aa6 Fixes #6361: Added `validateAttribute()` to `yii.activeForm.js` to support manually triggering data validation of an input 10 years ago
Alex-Code a43833544b Attach forceValidate event to attributes 10 years ago
Qiang Xue fa0a3aefae Fixes #6467: `ActiveForm` will scroll to the nearest visible element when the first error input is hidden 10 years ago
Qiang Xue 2a0797dd23 Fixes #6266: Clicking on reset button does not hide error summary when using `ActiveForm` 10 years ago
Qiang Xue 232bcd1dd5 Fixes #5171: Fixed the bug that ActiveForm + Pjax submit event is only triggered once. 10 years ago
Qiang Xue 82037bc70e Fixes #5124: Added support to prevent duplicated form submission when using `ActiveForm` 10 years ago
Qiang Xue deb6ba3cf9 Fixes #5105 [skip ci] 10 years ago
Qiang Xue 108b451805 Fixes #5049. 10 years ago
Qiang Xue a187d47aec Fixes #5049: `ActiveForm::validationDelay` should be applied to user types only 10 years ago
Qiang Xue 0fc46760b0 Fixes #4905: ActiveForm::$validationDelay doesn't delay after keyrelease when $validateOnType=true 10 years ago
Qiang Xue 11132cee1a Fixes #5006. 10 years ago
Qiang Xue de63a46d82 Fixes #4984. 10 years ago
Qiang Xue f50f840a55 Fixes #4955: Replaced callbacks with events for `ActiveForm` 10 years ago
Qiang Xue ae13b0593f Fixes #3410: yii.activeForm.js now supports adding/removing fields dynamically 10 years ago
Qiang Xue f34b138aab Fixes #4225: Added `ActiveForm::validateOnBlur` and `ActiveField::validateOnBlur` 10 years ago
Alex-Code 25c2f9bf85 Made error message encoding configurable for ActiveForm 10 years ago
Alex-Code 594b57836d Added validation js callbacks 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alex-Code 3a10c4cfa4 Update yii.activeForm.js 10 years ago
Alex-Code 66e0e8aafb Update yii.activeForm.js 10 years ago
Alex-Code 334b313020 Update yii.activeForm.js 10 years ago
Alex-Code 5186343734 deferred validation 10 years ago
Thiago Talma 88191bbe5c New callback functions for form validation using Ajax. 10 years ago
Qiang Xue 051b4194e9 Fixes #3216. 11 years ago
Qiang Xue d859fca569 Fixes #3216: Fixed the bug that `yii.activeForm.destroy()` did not remove `submit` event handlers 11 years ago
Qiang Xue bbc7b0768f separate id and name of attribute for client side validation 11 years ago
Qiang Xue 7960ccdf50 Tab to spaces conversion. 11 years ago
Qiang Xue 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago
Borales a32753b5e5 #2417 Possibility to specify dataType for $.ajax call in yii.activeForm.js 11 years ago