Versions Compared

Key

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

Das XdevBrowserFramew ist ein Container für das Einbinden von Web-Content. Der Web-Content muss sich in Form einer Datei in den Resources befinden. Auch die Angabe einer URL ist möglich. Als Bild-Formate werden alle Formate unterstützt, die Browser darstellen können.

Image Removed

...

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.

Image Added

  1. In Project Management > Resources > images, add an image file from your file manager with drag and drop, e.g. RapidClipseLogo.jpg. 
  2. Fügen Sie ein Add an XdevImage in den the GUI - Builder ein.
  3. Klicken Sie bei In Properties > Source auf , click on.....
  4. Wählen Sie im folgenden Assistenten bei File > WebContent > WEB-INF > resources > images die Bild-Datei aus. 
    Image Removed
  5. Klicken Sie auf OK

...

  1. In the following wizard, select the image file in File >WebContent >WEB-INF >Resources >Images.
    Image Added
  2. Click OK
Important properties:
  • Include Page
    Property Caption
    Property Caption
  • Include Page
    Property Description
    Property Description
  • Source - URL oder URI der einzubindenden Quellcode-Dateior URI for the source code file that has to be integrated.
Examples:
  • URL Aufrufcall


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

...



All XdevBrowserFrame

...

Methods