diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2013-04-07 10:37:38 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-04-13 11:09:47 +0200 |
| commit | 844fbc85c1d419ed7ecbb7208bd392c1770ea72d (patch) | |
| tree | 2138cb0b0d8a8a1af3c7b5ec049caa2d64bb7c2f /docs | |
| parent | 3f05c70be065fd915d2cddc1e7f74d1d4cb1e54e (diff) | |
Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/forms/widgets.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index 7218e41082..45d9e8a4dc 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -648,6 +648,11 @@ Selector and checkbox widgets ... </ul> +.. versionchanged:: 1.6 + +The outer ``<ul>`` container will now receive the ``id`` attribute defined on +the widget. + .. _file-upload-widgets: File upload widgets |
