Multiple Image download (ZIP) - how to add download:true to a VisualForce page
<apex:page standardController="Opportunity">
<sharinpix:SharinPix height="500px"
parameters="{
'Id': '{!CASESAFEID($CurrentPage.parameters.Id)}',
'download': true,
'abilities':{'{!CASESAFEID($CurrentPage.parameters.Id)}':
{'Access': {
'image_tag:true,
'paste':true,
'image_copy':true,
'image_download':true,
'image_rotate':true,
'image_crop':true,
'image_delete':true,
'image_upload':true,
'image_list':true,
'see':true }
}
}
}"
/>
</apex:page>PreviousPersonalized image download for a specific size/formatNextMultiple Image download (ZIP) - How to personalize the download filenames
Last updated
Was this helpful?

