Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Rap10M6 News"

m (RAP Forms)
Line 5: Line 5:
  
 
All features documented here can be obtained from [http://www.eclipse.org/rap/cvs.php CVS] HEAD.
 
All features documented here can be obtained from [http://www.eclipse.org/rap/cvs.php CVS] HEAD.
 +
 +
 +
==RWT==
 +
{|
 +
|-valign="top" align="left"
 +
|width="20%"|'''Latest qooxdoo'''
 +
|width="80%"|
 +
We just migrated to the latest revision of [http://qooxdoo.org qooxdoo], the client-side JavaScript library of RAP. Beside many bug fixes, with this update, two flavors of qooxdoo builds are provided. The one with which RAP runs by default is optimized in size and speed. Targeted to custom widget developers is the debug variant. When launching RAP with the <code>-Dorg.eclipse.swt.clientLibraryVariant=debug</code> VM argument, the debug version of qooxdoo is used that offers better readable JavaScript code.
 +
|}
  
 
==RAP Forms==
 
==RAP Forms==

Revision as of 17:57, 7 August 2007

| RAP wiki home | RAP project home |

RAP 1.0 M6 - New and Noteworthy

This document will become the New and Noteworthy page for the next milestone release and meanwhile serves to document the development progress.

All features documented here can be obtained from CVS HEAD.


RWT

Latest qooxdoo

We just migrated to the latest revision of qooxdoo, the client-side JavaScript library of RAP. Beside many bug fixes, with this update, two flavors of qooxdoo builds are provided. The one with which RAP runs by default is optimized in size and speed. Targeted to custom widget developers is the debug variant. When launching RAP with the -Dorg.eclipse.swt.clientLibraryVariant=debug VM argument, the debug version of qooxdoo is used that offers better readable JavaScript code.

RAP Forms

Forms Suppport

There is initial support for the Forms Toolkit, Forms Editors and the like. The focus was put on API compatibility and functionality rather than mimicking the exact look of RCP Forms. The following is a list of the things that are already available:

  • ColumnLayout and TableWrapLayout
  • ExpandableComposite and Section
  • Hyperlink, ImageHyperlink (yet without actually showing the image) and HyperlinkGroup
  • TreeNode, Twistie and their common ancestor ToggleHyperlink
  • ScrolledPageBook
  • Form and ScrolledForm, FormToolkit
  • Form editors (FormEditor, FormPage, SharedHeaderFormEditor)

RAPFormsDemo.jpeg

Thanks to the donation of a Fortune 500 corporation we were able to acquire additional resources to have this implemented.

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

New for RAP 1.0 milestone build M5 (July 13, 2007)
New for RAP 1.0 milestone build M4 (June 08, 2007)
New for RAP 1.0 milestone build M3 (April 27, 2007)
New for RAP 1.0 milestone build M2 (March 2, 2007)

Back to the top