Versions Compared

Key

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

...

  • Include Page
    Property Caption
    Property Caption
  • Include Page
    Property Description
    Property Description
  • Source - URL oder URI der einzubindenden Bild-Datei.
Wichtige Events:
  • Misc
    • attach - .
    • click - .
    • contextClick - .
    • detach - .
    • componentEvent - .
      Include Page
      Event click
      Event click
    • Include Page
      Event contextClick
      Event contextClick
Examples:
  • Bild zuweisen

    Code Block
    languagejava
    themeConfluence
    this.image.setSource(new ApplicationResource(this.getClass(), "WebContent/WEB-INF/resources/images/logo.png"));
  • Bild / URL zurückgeben lassen

Code Block
languagejava
themeConfluence
Resource source = this.image.getSource();


Alle XdevImage Methoden