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
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"/> |
Very useful, Thanks a lot Abani.
ReplyDelete