Commit cb465bc2 by Qiang Xue

minor text update.

parent 78340dcf
...@@ -34,7 +34,6 @@ Upgrade from Yii 2.0 Beta ...@@ -34,7 +34,6 @@ Upgrade from Yii 2.0 Beta
the `keyPrefix` property of the cache component to use some unique string. the `keyPrefix` property of the cache component to use some unique string.
Previously, this property was automatically assigned with a unique string. Previously, this property was automatically assigned with a unique string.
* If you are using `dropDownList`, `listBox`, `activeDropDownList`, or `activeListBox`, in the * If you are using `dropDownList()`, `listBox()`, `activeDropDownList()`, or `activeListBox()`
yii\helpers\Html class, a new parameter `encodeSpaces` is now available within the `options` array. of `yii\helpers\Html`, and your list options use multiple blank spaces to format and align
This defaults to `false`. If this is set to `true`, all spaces in the rendered option value and option label texts, you need to specify the option `encodeSpaces` to be true.
prompt will be replaced with ` `, the HTML non breaking space character.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment