Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The XdevBrowserFramew is a container for integrating web content. The web content must be placed in the Resources as a file. Specifying a URL is also possible. All formats that the browser can display are supported as formats for images.

  1. In Project Management > Resources > images, add an image file from your file manager with drag and drop, e.g. RapidClipseLogo.jpg. 
  2. Add an XdevImage in the GUI Builder.
  3. In Properties > Source, click on.....
  4. In the following wizard, select the image file in File >WebContent >WEB-INF >Resources >Images.
  5. Click OK
Important properties:
  • Caption -  Displays text as label.

  • Description - Text displayed at runtime as a tooltip when you touch it with the mouse pointer.

  • Source - URL or URI for the source code file that has to be integrated.
Examples:
  • URL call


this.browserFrame.setSource(new ExternalResource("https://account.xdev.cloud"));



All XdevBrowserFrame Methods
  • No labels