diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-12-07 15:48:38 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-12-07 15:48:38 +0000 |
commit | ede903d48329523a07dff5b820dfba410ae18e05 (patch) | |
tree | 69421df9188b8be3942973110f04390b550ceed9 /WebContent/release-notes.html | |
parent | 5257b56515beff2ef450aa4aaea3a3894bf00937 (diff) | |
download | vaadin-framework-ede903d48329523a07dff5b820dfba410ae18e05.tar.gz vaadin-framework-ede903d48329523a07dff5b820dfba410ae18e05.zip |
#2942 - Dual captions for TwinColSelect
Changed style names to be consistent with server side API
Added test for caption style names
svn changeset:16375/svn branch:6.5
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 480c69be9f..e0bd240f24 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -95,7 +95,7 @@ contains a number of significant enhancements.</p> <pre>.v-table-caption-container</pre> DIV.</li> </ul> <li>TwinColSelect DOM structure has changed slightly to support captions for the left and right column.</li> - <li>TwinColSelect now supports .v-select-twincol-options-caption and .v-select-twincol-selections-caption for the left and right captions.</li> + <li>TwinColSelect now supports .v-select-twincol-caption-left and .v-select-twincol-caption-right for the left and right captions.</li> </ul> <p>New themeing possibilities:</p> |