Static
Readonly
IMAGE_Static
Readonly
IMAGE_Static
Readonly
XLINK_Static
Readonly
XLINK_Static
Readonly
openCommand name for bound openImageInTab
.
Static
Readonly
pluginStatic
Readonly
requiresRegisters support for the xlink:href
attribute for element img
in
RichText.
xlink:href
is represented in the data-view as data-xlink-href
and in
model as xlink-href
. When downcast to the editing-view, it will be
resolved to the image src-attribute by fetching the URL from the
BlobDisplayService
Plugin to support images from CoreMedia RichText.
The plugin takes the
xlink:href
represented in the data-view bydata-xlink-href
and writes it to the model.The model attribute afterward will be downcast to the editing-view where it is represented by the src-attribute of the
img
-tag.