Twitter Logo Follow us on Twitter
Project Information About this project

RAP 3.2 M3 - New and Noteworthy

Here's a list of the most noteworthy things in the RAP 3.2 M3 milestone build which is available for download since November 04, 2016.

Markup Support for ExpandBar

The support for simple HTML markup has been extended to the ExpandBar widget. It can be activated in the same way like in Table and Label, using the constant RWT.MARKUP_ENABLED. It affects the text in the ExpandItem header.

Markup Support for MessageBox

We also added markup support to MessageBox message. Use the new public method setMarkupEnabled to enable it.

Support for filter extensions in FileUpload widget and FileDialog

This is one of the most requested features, which is finally implemented. Most recent browser versions supported by RAP (except IE9) can filter the files shown in the browse dialog by their extensions. To set them, use setFilterExtensions( String[] ) on FileUpload/FileDialog.

Make RichTextEditor language configurable

It's now possible to specify the RichTextEditor language using the new generic RichTextEditorConfiguration class.
Big thanks to Wojtek Polcwiartek for its contribution.

Bugfixes

This list shows all bugs that have been fixed for this milestone build.

Previous Builds

The above features are just the ones that are new since the last milestone build. Summaries for earlier builds: