summaryrefslogtreecommitdiffstats
path: root/WebContent/release-notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r--WebContent/release-notes.html6
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>