...
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 language java theme Confluence this.image.setSource(new ApplicationResource(this.getClass(), "WebContent/WEB-INF/resources/images/logo.png"));
Bild / URL zurückgeben lassen
Code Block | ||||
---|---|---|---|---|
| ||||
Resource source = this.image.getSource(); |