diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2013-04-12 23:22:31 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-04-13 12:23:25 +0200 |
| commit | c4186c2fec6f5418c81366a911792bf5295db494 (patch) | |
| tree | f468670cab6f843e532b6be423ea1ac19be359b6 /docs/ref | |
| parent | f56b703b2748c958468344d894902ac18ec36d78 (diff) | |
Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect
Diffstat (limited to 'docs/ref')
| -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 45d9e8a4dc..836389125a 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -633,6 +633,11 @@ Selector and checkbox widgets If you decide not to loop over the radio buttons -- e.g., if your template simply includes ``{{ myform.beatles }}`` -- they'll be output in a ``<ul>`` with ``<li>`` tags, as above. +.. versionchanged:: 1.6 + +The outer ``<ul>`` container will now receive the ``id`` attribute defined on +the widget. + ``CheckboxSelectMultiple`` ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
