37 Commits

Author SHA1 Message Date
f50f840a55 Fixes #4955: Replaced callbacks with events for ActiveForm 2014-09-09 22:37:27 -04:00
ae13b0593f Fixes #3410: yii.activeForm.js now supports adding/removing fields dynamically 2014-09-05 23:10:23 -04:00
f34b138aab Fixes #4225: Added ActiveForm::validateOnBlur and ActiveField::validateOnBlur 2014-09-03 16:14:54 -04:00
25c2f9bf85 Made error message encoding configurable for ActiveForm
Updated yii.activeform.js to use the encode option introduced in #4122.
Updated ActiveForm with new option encodeErrorSummary

fixes #4690, close #4691
2014-08-13 00:53:38 +02:00
594b57836d Added validation js callbacks
- `beforeValidateAll`
- `afterValidateAll`

fixes #4234, close #4559
2014-08-04 18:06:10 +02:00
3a10c4cfa4 Update yii.activeForm.js
Refactored
2014-07-30 14:24:47 +01:00
66e0e8aafb Update yii.activeForm.js 2014-07-28 17:14:44 +01:00
334b313020 Update yii.activeForm.js
remove empty message arrays
2014-07-28 16:23:29 +01:00
5186343734 deferred validation
Added support of deferred to ```ActiveForm``` validation.
2014-07-28 09:52:21 +01:00
88191bbe5c New callback functions for form validation using Ajax.
close #4436
2014-07-25 09:24:04 +02:00
051b4194e9 Fixes #3216. 2014-04-22 14:54:02 -04:00
d859fca569 Fixes #3216: Fixed the bug that yii.activeForm.destroy() did not remove submit event handlers 2014-04-22 12:46:37 -04:00
bbc7b0768f separate id and name of attribute for client side validation 2014-03-22 21:21:11 -04:00
7960ccdf50 Tab to spaces conversion. 2014-03-16 20:05:54 -04:00
26cb7b2a3c Renamed fooVar to fooParam for various classes. 2014-02-15 18:18:27 -05:00
a32753b5e5 #2417 Possibility to specify dataType for $.ajax call in yii.activeForm.js 2014-02-13 16:13:22 +02:00
51c0231269 Merge pull request #1958 from 6pblcb/yiiActiveForm-beforeSubmit
Transfer beforeSubmit function after global validation all fields forms
2014-01-22 08:03:10 -08:00
4527a3dc4c Fixes #1998 : get input value from hidden field when necessary(unchecked checkbox/radio) 2014-01-16 14:45:25 +01:00
d30ca6d1f9 beforeSubmit function after global validation all fields forms 2014-01-14 10:59:41 +07:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
96fd37de2e Fixes issue #49: finished CAPTCHA feature. 2013-05-08 15:27:06 -04:00
147b3155c8 Added contact page. Fixed various form bugs. 2013-05-03 17:09:02 -04:00
9100217229 Finished ActiveForm. 2013-05-03 14:35:53 -04:00
9fc4c3807b form wip 2013-05-03 08:52:41 -04:00
aa8061b002 form wip 2013-05-03 00:03:16 -04:00
f6e3475653 Merge branch 'master' of git.yiisoft.com:yii2 2013-05-02 16:11:05 -04:00
e6af955bdc form wip 2013-05-02 16:10:57 -04:00
66b123bce7 Minor JS code style issues 2013-05-03 00:09:42 +04:00
7d999b2652 form fix. 2013-05-02 07:40:29 -04:00
86330471fe form wip 2013-05-02 00:04:38 -04:00
b869f4e72e form wip 2013-05-01 16:15:30 -04:00
e7c1777a9f form wip 2013-05-01 16:05:03 -04:00
5fd27b7cbb Added Json and JsonExpression. 2013-05-01 14:18:23 -04:00
8a07bce836 form wip 2013-05-01 11:30:49 -04:00
b07b0c142f form wip 2013-05-01 08:49:05 -04:00
8114316587 form wip 2013-05-01 07:51:28 -04:00