-
Notifications
You must be signed in to change notification settings - Fork 10
Image Label
Laurian edited this page Mar 8, 2018
·
4 revisions
A basic component for displaying an image from media library in html img tag. This component also supports svg images but doesn't support text.
NOTE: For svg images, we are seeing some issues with files which start with xml tag instead of svg. As soon as xl tag is removed the images display fine.
The component has the following properties:
Property | Type | Default | Description |
---|---|---|---|
enabled | enabled | true | When false image has disabled appearance and actions do not work |
media | media | null | The media image to display |
styleClass | styleclass | null | Additional style class(es) of the component |
tabSeq | tabseq | null | Tab sequence number |
visible | visible | true | When false component is not visible |
Event | Params | Return | Description |
---|---|---|---|
onActionMethodID | event:JSEvent | Fired when you click the image | |
onRightClickMethodID | event:JSEvent | Fired when you right click the image |