Image Viewer¶
This element is used for displaying data from Documents
and Media
from an entity. The respective properties need to be enabled
(shown in the example below)
Supported Elements and Properties¶
- label
- collapsed
- height
- media
- documents
Marble¶
imageviewer WorkOrderImageViewer for TstOffWorkOrder {
label = "Work Order Image Viewer";
collapsed = [false];
height = small;
media {
enabled = [true];
}
documents {
enabled = [true];
}
}
Limitations¶
image
tags within animageviewer
are not supported. This means, using custom URLs or methods to display these images will not work.