90 Commits

Author SHA1 Message Date
95d65b4958 added missing @since tag 2015-04-20 12:56:41 +03:00
427ee8dcbf Automatic encoding at BaseHtml::activeHint() removed 2015-04-20 12:42:41 +03:00
85ca8c3712 Added ability to specify hints for model attributes 2015-04-17 14:16:28 +03:00
1945738c8d improved and fixed Html helper and ActiveField phpdoc
fixes #7560
2015-03-04 03:51:00 +01:00
5ed412495e Added dot symbol to Html::getInputId()
close #7209
2015-02-28 23:15:34 +01:00
94564cd766 minor fix [skip ci] 2015-02-26 21:45:57 -05:00
0eb27981cd Fixes #7440: Added support to automatically set the maxlength attribute for Html::activeTextInput() 2015-02-26 21:45:02 -05:00
7f73d6a525 Use getAttributeName() 2015-02-26 21:25:33 -05:00
cdfd73a9ff Add maxlength option to activeTextInput
Issue [#7440](https://github.com/yiisoft/yii2/issues/7440)
2015-02-26 21:25:33 -05:00
f57a517f6d Fixes #7449: Added encode option to allow not encoding select options for Html::dropDownList() and Html::listBox() 2015-02-26 21:24:46 -05:00
9a52aab0f1 Enh #7449: yii\helpers\Html::dropDownList() and yii\helpers\Html::listBox() now supports Unicode characters in option text (yapi68) 2015-02-26 21:09:33 -05:00
a3ea7b774d Fixes #7350: Added yii\helpers\Html::$dataAttributes to support customizing data attributes. 2015-02-23 21:30:45 -05:00
7b5cdf041d Fixes #7255: Added support to allow widgets that use text input to specify input types 2015-02-15 22:26:33 -05:00
0afd13f0da Update BaseHtml.php
Some Annotation Typos

close #6029
2014-11-13 14:27:24 +01:00
e923a13ccd Readme on "uncheck" parameter in activeCheckbox
Just a readme update.
"If you do not want any hidden input, you should explicitly set this option as null."

close #5823
2014-10-30 15:54:35 +01:00
f9fba181d6 Fixes #5806: Allow Html::encode() to be used when the application is not started 2014-10-29 10:50:00 -04:00
bb8550886e PHP type casting 2014-10-25 15:30:03 +03:00
b560c9bc90 Fixes #4457: Added support for using noscript for css files registered through asset bundles and Html helper 2014-10-19 19:30:38 +04:00
be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 2014-10-11 09:35:55 -04:00
03b88dd618 Fixes #5424: Html::addCssStyle() wasn't correctly setting style passed in array 2014-10-08 14:39:13 +04:00
93496bf8fd Fixes #5058: yii\helpers\Html::activeCheckbox() and activeRadio() will generate labels by default using the corresponding attribute labels 2014-09-18 12:15:54 -04:00
ed251d8993 Html::button() type is button by default 2014-09-09 23:32:00 +04:00
61284ed405 Fixes #3910: Removed the container option from Html::checkbox() and Html::radio() 2014-09-04 14:36:30 -04:00
3786440288 Fixes #4762: Reverted automatic ID fix. 2014-08-25 17:05:14 -04:00
7728274ce6 Fixes #4122: Html::error() and Html::errorSummary() are now accepting encode option. If set to false it prevents encoding of error messages 2014-08-12 02:13:34 +04:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 2014-07-30 02:15:08 +04:00
07f01bcf2b Used substr_compare instead of substr when we don't care about result 2014-07-23 16:37:49 +04:00
e17e99d332 Fixes #3887 2014-07-22 19:35:44 +04:00
6a6caf717b dropDownList encodeSpaces for subgroups
fixes #4105, close #4376
2014-07-20 22:11:15 +02:00
61b627a6fc Fixes #4318: yii\helpers\Html::ul() and ol() will return an empty list tag if an empty item array is given 2014-07-16 21:49:35 -04:00
502c5891a1 Fixes #4205 [skip ci] 2014-07-04 22:07:16 -04:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
6b799d392d Fixes #3358: Removed automatic CSRF meta tag generation by View. Added Html::csrfMetaTags() and its call to main layout files 2014-06-13 10:04:48 -04:00
c792e0d07f Hotfix for #3597 2014-05-27 02:34:32 +03:00
3048fdf66f Improve array support for "data" attribute in renderTagAttributes() 2014-05-26 23:14:42 +03:00
4de6e8c6b2 fix #3501 replace . when generating input ids 2014-05-25 18:51:06 +02:00
305e8cbdba refactored Html. 2014-05-22 14:01:52 -04:00
0aff05850c Merge branch 'patch-4' of github.com:kartik-v/yii2 into kartik-v-patch-4
Conflicts:
	framework/CHANGELOG.md
2014-05-21 14:46:58 -04:00
16f279ebe3 Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-22 00:06:06 +05:30
1abd0ab486 Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-20 23:53:37 +05:30
0e40dfdd6e Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-20 23:42:49 +05:30
be164e45db Handle invalid code sequences in Html::encode() 2014-05-20 15:44:23 +02:00
0ed190e995 Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-19 21:32:13 +05:30
a4c644d3a3 Fixes #3325: fixed generated markup for conditional comments
No changelog line since feature was introduced after beta
2014-05-02 15:29:26 +04:00
4fcd5003de Fixes #2906: Added support for using conditional comments for js and css files registered through asset bundles and Html helper 2014-04-26 20:25:48 -04:00
c15aceb094 Refactored filter error display for GridView. 2014-04-22 20:46:23 -04:00
7ca1be3504 Fixes #3008: Added Html::errorSummary() 2014-04-22 19:55:13 -04:00
b1f4d5d4bf allow . in input name 2014-04-11 13:37:31 +02:00
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00