325 Commits (38e97c0fa7f6ceebcf106ebdaf6cb9ae75d8680c)

Author SHA1 Message Date
Carsten Brandt cd0093f7bd rework grid/list/detail view guide and docs 10 years ago
Carsten Brandt 1945738c8d improved and fixed Html helper and ActiveField phpdoc 10 years ago
Artem Belov 81bcd116a8 Added "submenuTemplate" property for "items" config in Menu widget 10 years ago
Qiang Xue 0eb27981cd Fixes #7440: Added support to automatically set the `maxlength` attribute for `Html::activeTextInput()` 10 years ago
Carsten Brandt 30e45a4aea improve documentation about uncheck and unselect in activefield 10 years ago
justinvoelker f2523cb5d7 Update ActiveField.php 10 years ago
Alexander Makarov a5b9aec6cd Fixed phpdoc typo 10 years ago
Alexander Makarov 02f8f7ef9d Fixes #7332: Added ability to remove `yii\widgets\Menu` container tag by setting `options['tag']` to `false` 10 years ago
Boudewijn Vahrmeijer e385f323eb Update Menu.php 10 years ago
Qiang Xue 57c298a523 Fixes #7361: The `trim` validator now works on the client side too 10 years ago
Gabriel Homsi ba7ccf2a0b fixed example with wrong namespace at 'yii2/framework/widgets/MaskedInput.php' documentation 10 years ago
Carsten Brandt 40c232df92 enhanced widget documentation 10 years ago
Alexander Makarov 6481d13494 Optimized checks order in conditions 10 years ago
Carsten Brandt e7f9b30456 fixed version information in Breadcrumb widget 10 years ago
Alexander Makarov e4cf948c0b Better code for #6106 10 years ago
Alexander Makarov 440eeea8cc Fixes #6106: Added ability to specify `encode` for each item of `yii\widgets\Breadcrumbs` 10 years ago
Qiang Xue d341bf02b4 Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
Carsten Brandt 389d9e2fd2 add hint about custom element id and selectors property 10 years ago
Alexander Makarov 945961092d Added phpdoc description for BaseListView and ListView classes 10 years ago
Qiang Xue 03a9ed70b2 Fixes #6557: Link URLs generated by `yii\widgets\Menu` are not encoded 10 years ago
Qiang Xue b16ac9a05a Fixes #6391 10 years ago
Qiang Xue 544981a41c Fixes #6318: Made widgets more error-tolerant and user-friendly when certain option values are null 10 years ago
Qiang Xue 9ae538e602 Fixed doc [skip ci] 10 years ago
Qiang Xue f509ed2448 Fixes #6236: No JS scripts should be registered when `yii\widgets\ActiveForm::enableClientScript` is false 10 years ago
Alexander Mohorev e92482f554 Typo in word 10 years ago
Qiang Xue 2782adcca4 Fixes #4643: Extra options specified in `yii\widgets\Breadcrumbs::links` will be treated as HTML attributes for the generated hyperlinks 10 years ago
Carsten Brandt 9869e67df8 fixed phpdoc 10 years ago
Qiang Xue 866214e75a Fixes #6018: When setting the `encode` option via `yii\widgets\ActiveRecord::errorOptions`, it works the other way around [skip ci] 10 years ago
Alexander Makarov 1be82dc0f5 Added phpdoc for Block 10 years ago
Alexander Makarov 497e1fedc5 Added phpdoc for ContentDecorator 10 years ago
Alexander Mohorev 64b4d6dca1 Correct order of property declaration 10 years ago
Qiang Xue cb90f31cbe Fixes #5702: Parenthesis should be automatically added to `Validator::whenClient` to avoid js error 10 years ago
Niek Oost 5684eaf0ed Replaced single quotes with double 10 years ago
Alexander Makarov 48ec791e4a Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
Sergey 366852647b typo fix 10 years ago
Qiang Xue 169a2a39c0 Fixes #5110. 10 years ago
Qiang Xue d3f2010e07 Fixes #2380: Added `yii\widgets\ActiveForm::enableClientScript` to support turning on and off client side script generation 10 years ago
Qiang Xue 93496bf8fd Fixes #5058: `yii\helpers\Html::activeCheckbox()` and `activeRadio()` will generate labels by default using the corresponding attribute labels 10 years ago
Carsten Brandt 32c122178e avoid publishing dev files of js packages 10 years ago
Qiang Xue a187d47aec Fixes #5049: `ActiveForm::validationDelay` should be applied to user types only 10 years ago
Serge Postrash 286e8efe9f Updated phpdoc for \yii\widgets\DetailView [ckip ci] 10 years ago
Carsten Brandt d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 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 08d4d89930 Fixes #2914: `ActiveForm::fieldConfig` will be merged recursively with the `$options` parameter in `ActiveForm::field()` 10 years ago
Qiang Xue 155f525e0b Fixes #2380: `yii\widgets\ActiveForm` will register validation js even if there are not fields inside 10 years ago
Qiang Xue d5077d70b7 Fixes #3738: ActiveField custom error selector not functioning 10 years ago
Qiang Xue 4ad022c372 Fixes #3240: Added support for assigning an anonymous function to `yii\widgets\ActiveForm::fieldConfig` 10 years ago
Qiang Xue f34b138aab Fixes #4225: Added `ActiveForm::validateOnBlur` and `ActiveField::validateOnBlur` 10 years ago
Qiang Xue 60e07e0d2a new asset WIP: renabled asset publishing 10 years ago