254 Commits (02276a6a2f30b9e5b1be5021c7a621b9646929db)

Author SHA1 Message Date
MaXL af8c1f654d Add missed semicolon 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
Nikola Kovacs f64d00bdf0 Fix client-side trim validator. 10 years ago
Alexander Makarov 8ac5776a0d Changed back usage of attr() to usage of prop() for checkboxes 10 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
Alexander Makarov e224568b49 Fixes #8014: Fixed setting incorrect form "action" property after submitting a form using a link with "data-method" and containing "action" among "data-params" 10 years ago
CthulhuDen dad47b433e do not extra convert to floats in CompareValidator client code 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
Alexander Makarov 52df3466f4 Reverted #7450: Don't add empty parameters to URL when filtering a grid (reverted from commit aba7710699) 10 years ago
Yurii K aba7710699 Fixes #7450: Don't add empty parameters to URL when filtering a grid 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 7031020c63 Fixes #6661: Hyperlinks that are enclosed within an exist form will use the same form for submission if they specify both of the `href` and `data-method` attributes 10 years ago
Qiang Xue 9c287cb651 Fixes #5663 and #5671: Added support for using `data-params` to specify additional form data to be submitted via the `data-method` approach 10 years ago
usualdesigner 80cc9cc16f Basic implementation of the data-params attributes 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 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 8809d422dc Fixes #5005: Added support to suppress loading the same CSS files in AJAX responses 10 years ago
Tomek Romik daddc61e7b Add File API detection to client file validator 10 years ago
Qiang Xue 2a0797dd23 Fixes #6266: Clicking on reset button does not hide error summary when using `ActiveForm` 10 years ago
Alexander Makarov dab2b03f09 Fixes #5863: Selecting all individual `yii\grid\CheckboxColumn` checkboxes in grid view wasn't resulting in "all" checkbox selected 10 years ago
Qiang Xue 1008249b54 Fixes incorrect submit button detection. 10 years ago
Qiang Xue f1812210a8 Fixes #5768: When setting `data-confirm` attribute to a submit button, clicking on the button would not trigger form submission 10 years ago
Qiang Xue add2413e08 better way of generating html code. 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 34a2c590e4 Fixes #5117: Added `beforeFilter` and `afterFilter` JS events to `GridView` 10 years ago
Kartik Visweswaran db99b5fda5 Code cleanup - beforeFilter and afterFilter events 10 years ago
Kartik Visweswaran 2c64ee0f1d Updated comments for beforeFilter event 10 years ago
Kartik Visweswaran 9496c46646 Updated formatting - Created beforeFilter and afterFilter grid events 10 years ago
Kartik Visweswaran 4c9556a9f3 Simplified afterFilter event trigger code 10 years ago
Kartik Visweswaran f8dc796d23 Simplified beforeFilter and afterFilter events 10 years ago
Kartik Visweswaran 4bd8a8c9dd Corrected trigger element for beforeFilter 10 years ago
Kartik Visweswaran df99a2435e Updated comments for beforeFilter and afterFilter events 10 years ago
Kartik Visweswaran 141e3d7039 Updated comments for beforeFilter event 10 years ago
Kartik Visweswaran f95be734cf Created beforeFilter and afterFilter grid events 10 years ago
Kartik Visweswaran 48d2204226 Add event for coding post filter triggers 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 8d082c11a1 Fixes #5050. 10 years ago
Qiang Xue 72a81b8e31 Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values 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