Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Views can also be opened as pop-up windows. In the Palette, RapidClipse offers you the code template Popup Window.

  1. Enter a new View, e.g. customer view and add a few UI components.
  2. Add an XdevButton to the MainView and register a buttonClick event.
  3. In the code view, set the cursor under the generated Button.ClickEvent Handler. 
  4. Drag the code template from Palette under the generated Button.ClickEvent Handler.
  5. Specify the view to be called as the first parameter CustomerView 

...