133 Commits (3f643ff514776fb9057210ee4782549e68b370a5)

Author SHA1 Message Date
Alexander Makarov 16e4cab8f1 Fixes #11865: Fixed setting `selected` for dropdown list using options 8 years ago
Alexander Makarov c370c17e93 Additional fix for ##11168 8 years ago
Cesar Nicola 348cc17dbb Fixes #11168: `yii\helpers\BaseHtml` now uses abstracted `booleanInput()` and `activeBooleanInput()` methods to render `radio()`, `checkbox()`, `activeRadio()` and `activeCheckbox()` 8 years ago
Carsten Brandt a46015124c improved docs for Html::a() and absolute URLs 9 years ago
Sam Mousa 16a6af5fa8 Add helper function for checking if an object is an array-like object. 9 years ago
Daniel Gomez Pan cc7628e5d2 WIP #10764: update docs [skip ci] 9 years ago
Daniel Gomez Pan 295bb3e173 WIP #10764: adjusted Html::beginTag and Html::endTag methods to be consistent 9 years ago
Carsten Brandt ef5ce2d4c1 missing `@since` annotations in helpers 9 years ago
Daniel Gomez Pan cd7039e97c WIP #10764 9 years ago
SilverFire - Dmitry Naumenko dcda2a2466 BaseHtml::checkboxList minor update 9 years ago
cohen 85c6a903dc Enh #10390: Added ability to disable outer tag for `\yii\helpers\BaseHtml::radiolist()`, `::checkboxList` 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Angel Guevara 2d05b11f68 remove PHP_EOL 9 years ago
Angel Guevara ec43f4c370 add separator around the items in `ul()` 9 years ago
Angel Guevara d0ffb58efb syntax error 9 years ago
Angel Guevara 7a2bbabbbd add separator special option to `ul` and `listBox` 9 years ago
Angel Guevara 7618e4ee13 changes suggested by review. 9 years ago
Angel Guevara 5b67bc1822 use ArrayHelper::remove() 9 years ago
Mehdi Achour ac36016c7f Expanded strcasecmp() condition for clarity 9 years ago
Mehdi Achour f632f4d41f Fix docs as per @SilverFire suggestions [ci skip] 9 years ago
Mehdi Achour cca500083e Implement #10078: Allow disabling csrf hidden input generation on a form 9 years ago
Carsten Brandt c3bfa5c77e fixed Html::activeFileInput() to set correct name for hidden input field 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
Carsten Brandt 728dc0c584 added docs about form element naming 9 years ago
Carsten Brandt 6e3da6b329 various phpdoc fixes 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
Alexander Makarov 2aba8df2ef Fixes #9228 9 years ago
Dmitry Naumenko b16d734c29 Fixes #8671: Extracted `yii\helpers\Html::escapeJsRegularExpression()` method from `yii\validators\RegularExpressionValidator` 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Klimov Paul 0874ffac38 Fixed `yii\helpers\Html::activeTextarea()` does not allow value overriding via options 9 years ago
Klimov Paul 0f04af1af9 Added support to automatically set the `maxlength` attribute for `Html::activeTextArea()` and `Html::activePassword()` 9 years ago
Klimov Paul 0a7191dbfe Preserving of the named key classes at `yii\helpers\Html::addCssClass()` provided 9 years ago
Klimov Paul 41f6a6e558 Specification for 'class' and 'style' in array format added to `yii\helpers\Html` 9 years ago
Klimov Paul 3a39f8ab72 `yii\helpers\Html` allows correct rendering of conditional comments containing `!IE` 9 years ago
Qiang Xue 78d3a856d3 Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
Carsten Brandt f6b4601a83 improved doc message 10 years ago
Klimov Paul 8c81a15ac9 Fixed `yii\helpers\Html::dropDownList()` overrides label specified at 'groups' option 10 years ago
Alexander Makarov 5dd3a14141 Fixes #7851: removed incorrect phpdoc lines 10 years ago
Carsten Brandt 296e5816d8 typo #8113 10 years ago
Klimov Paul 95d65b4958 added missing @since tag 10 years ago
Klimov Paul 427ee8dcbf Automatic encoding at `BaseHtml::activeHint()` removed 10 years ago
Klimov Paul 85ca8c3712 Added ability to specify hints for model attributes 10 years ago
Carsten Brandt 1945738c8d improved and fixed Html helper and ActiveField phpdoc 10 years ago
Pavel 5ed412495e Added dot symbol to Html::getInputId() 10 years ago
Qiang Xue 94564cd766 minor fix [skip ci] 10 years ago
Qiang Xue 0eb27981cd Fixes #7440: Added support to automatically set the `maxlength` attribute for `Html::activeTextInput()` 10 years ago
Leonardo Tietböhl 7f73d6a525 Use getAttributeName() 10 years ago
Leonardo Tietböhl cdfd73a9ff Add maxlength option to activeTextInput 10 years ago
Qiang Xue f57a517f6d Fixes #7449: Added `encode` option to allow not encoding select options for `Html::dropDownList()` and `Html::listBox()` 10 years ago