How to use a static AlbumID on an online Visualforce page
<apex:page StandardController="Site_Survey__c">
<!-- HARD-CODED ALBUM ID -->
<sharinpix:SharinPix height="500px" parameters="
<sharinpix:SharinPix height="500px" parameters="{'abilities':{'HARD_CODED_ALBUM_ID':{'Access':{'see':true,'image_list':true,'image_upload':true,'image_delete':true,'fullscreen':true,'image_caption':true,'trash':true}}},'Id':'HARD_CODED_ALBUM_ID'}"></sharinpix:SharinPix>" >
</sharinpix:SharinPix>
<!--- DYNAMIC ALBUM ID -->
<sharinpix:SharinPix height="500px" parameters="{'abilities':{'{! CASESAFEID($currentPage.parameters.Id) }':{'Access':{'see':true,'image_list':true,'image_upload':true,'image_delete':true,'fullscreen':true,'image_caption':true,'trash':true}}},'Id':'{! CASESAFEID($currentPage.parameters.Id) }'}'}"></sharinpix:SharinPix>
</apex:page>PreviousDrag and Drop not working on ChromeNextHow to send more information for trouble shooting on the web
Last updated
Was this helpful?

