How to display a preview of an image when selecting a key
Posted: Thu Sep 06, 2018 5:15 am
Hi,
For example, in the Reuse Content window, you can display a preview of the image defining conkeyref.
However, if you specify the image directly with the keydef, the image preview will not be displayed in the Reuse Content window.
In oXygen, is there a way to display a preview of the image in the UI that selects the key?
It is desirable to be able to display it also when directly specifying images with keydef.
Best regards,
Aruga
For example, in the Reuse Content window, you can display a preview of the image defining conkeyref.
However, if you specify the image directly with the keydef, the image preview will not be displayed in the Reuse Content window.
In oXygen, is there a way to display a preview of the image in the UI that selects the key?
It is desirable to be able to display it also when directly specifying images with keydef.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE bookmap PUBLIC "-//OASIS//DTD DITA BookMap//EN" "bookmap.dtd">
<bookmap>
<booktitle>
<mainbooktitle>Autoring Test</mainbooktitle>
</booktitle>
<frontmatter>
<keydef keys="KEYREF_IMG" href="image.ai" format="ai" type="image"/>
<topicref keys="CONKEYREF_IMG" href="cImageDefinition-ja.dita"/>
</frontmatter>
<chapter navtitle="Image Authoring Test">
<topicref href="cImageAuthoringTest.dita" format="dita"/>
</chapter>
</bookmap>
Aruga