Using otherprops= for image filtering
Posted: Wed Dec 18, 2019 4:18 pm
Hi there,
I need help with creating filters for different products for images.
Currently we use the otherprops=X (x= product version) to filter content so it appears for one version and not another.
I have 2 images: one for product X and one for all other products. When I do it this way I still get the problem of two images showing on versionX.
This is how I tried to do it but the "all other versions" image still shows on version X's PDF.
Could someone let me know what I'm doing wrong?
Thank you and kind regards,
Sheree.
I need help with creating filters for different products for images.
Currently we use the otherprops=X (x= product version) to filter content so it appears for one version and not another.
I have 2 images: one for product X and one for all other products. When I do it this way I still get the problem of two images showing on versionX.
This is how I tried to do it but the "all other versions" image still shows on version X's PDF.
Code: Select all
<image href="img/start_test_run.png.png" id="image_zhj_dlx_vjb" width="350" otherprops="all other versions"/>
<image href="img/P_test_r_G2_.png" width="350" id="image_zbg_v1b_ckb" otherprops="versionX"/>
Thank you and kind regards,
Sheree.