50 Commits (f515535b42175ddc621387e2fedd8f8d84aa1ca9)

Author SHA1 Message Date
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
Kevin LEVRON 4527a3dc4c Fixes #1998 : get input value from hidden field when necessary(unchecked checkbox/radio) 11 years ago
aleksandr d30ca6d1f9 beforeSubmit function after global validation all fields forms 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 60dd8d16a1 Fixes #1688: ActiveForm is creating duplicated messages in error summary 11 years ago
Qiang Xue a08de95177 Fixes #1582: Error messages shown via client-side validation should not be double encoded 11 years ago
Qiang Xue 123092bf39 removed validated toggling in yii.activeForm after the form validates successfully. 11 years ago
Carsten Brandt 8e4067ec5e no xss for attribute error messages that contain {value} 11 years ago
Qiang Xue ca35bb05a8 replaced attr with prop. 11 years ago
Qiang Xue c0746f0689 Fixes issue #588: Added afterValidate to ActiveForm. 11 years ago
Qiang Xue d0ba90c1e4 better auto scrolling. 11 years ago
Qiang Xue 5e9c8cb7c4 Fixes issue #446: automatically scroll to first error. 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
Alexander Makarov 31a46f5bcf fixed minor JS codestyle issues 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Qiang Xue 96fd37de2e Fixes issue #49: finished CAPTCHA feature. 12 years ago
Qiang Xue 147b3155c8 Added contact page. Fixed various form bugs. 12 years ago
Qiang Xue 9100217229 Finished ActiveForm. 12 years ago
Qiang Xue 9fc4c3807b form wip 12 years ago
Qiang Xue aa8061b002 form wip 12 years ago
Qiang Xue e6af955bdc form wip 12 years ago