Tuesday, October 15, 2013

Edit the Bottom tool bar of SmartImage widget in CQ5 / AEM

Modify the below properties to remove/edit the tool bar (appears on the bottom) of the HTML5 smart image widget. (xtype: html5smartimage)

disableZoom="{Boolean}true" This will disable the zoom functionality
mapParameter="0" This will disable the Map feature
rotateParameter="0" This will disable the image rotation capability
cropParameter="" This will disable the image crop capability

<img
jcr:primaryType="cq:Widget"
allowUpload="{Boolean}false"
ddGroups="[s7media]"
fallbackRenditionSuffix=""
fieldLabel="Scene7 Image"
fileNameParameter="./banner2/fileName"
fileReferenceParameter="./banner2/fileReference"
height="200"
name="./banner2/file"
renditionSuffix=""
requestSuffix=""
rotateParameter=""
cropParameter=""
mapParameter=""
disableZoom="{Boolean}true"
sizeLimit="100"
title="Image"
xtype="html5smartimage"/>
view raw dialog.xml hosted with ❤ by GitHub

1 comment: