diff options
author | Henri Sara <henri.sara@itmill.com> | 2010-01-05 07:55:14 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2010-01-05 07:55:14 +0000 |
commit | 7faf0d2de1692e410558f38bce46965981cca1a6 (patch) | |
tree | ebd1b78990770795f6e9b89627696b9b785fc5c0 /WebContent/release-notes.html | |
parent | 0b4d8a15ddcfa075212f5b0f4602b90d6d8351fa (diff) | |
parent | c1cc0a1d9db4f1bc3e9f0ae6b4b634a7b5aae89d (diff) | |
download | vaadin-framework-7faf0d2de1692e410558f38bce46965981cca1a6.tar.gz vaadin-framework-7faf0d2de1692e410558f38bce46965981cca1a6.zip |
Merge from 6.2 to 6.3
svn changeset:10625/svn branch:6.3
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 74f84f9653..0de559fda8 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -132,6 +132,12 @@ public class ColorPicker extends AbstractField {</pre> <ul> <li>Similar to <b>HttpServletRequestListener</b>, but for portlets. Called before and after every portlet request and provides access to <b>PortletRequest</b> and <b>PortletResponse</b>.</li> </ul> + <li>Enhancements for the Portlet 2.0 support (<a href="http://dev.vaadin.com/ticket/3918">#3918</a>)</li> + <ul> + <li>Support for the edit and help modes</li> + <li>Support for custom modes and changing modes programmatically</li> + <li>See <a href="http://dev.vaadin.com/browser/versions/6.2/demo/src/com/vaadin/demo/portlet/PortletModeExample.java"><tt>com/vaadin/demo/portlet/PortletModeExample.java</tt></a> in the demo source code in the installation package for an example</li> + </ul> <li>Enhancements to various components:</li> <ul> <li><b>Window</b>: Additional control over a sub-window: close and drag prevention.</li> |