Wth Rapide you can extend the range of controls available for use in the user interface through Java and JavaScript custom controls.
There is virtually no limit on the range of controls that can be
implemented using either Java or JavaScript, either hand-written or from a wide
variety of standard libraries.
| This simple JavaScript control shows a
traffic light which the developer can interact with using action
diagram functions and the user can press to change the state. |
 |
| This example shows the use of a rich text JavaScript control to allow the user to control the formatting of a text field. The data entered into the control is bound to a Gen text attribute with the formatting defined using html tags. |
 |
| This example displays a chart using a standard JavaScript library. |
 |
| This example shows a Java custom control developed using standard SWT libraries. The points on the line are bound to a Gen group view, and as the user manipulates the points on the graph using the mouse, the values in the Gen group view are automatically updated. |
 |