Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html><head>
    <meta http-equiv='X-UA-Compatible' content='IE=edge' />
    <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
    
    <title>OData Date Formats</title>
    
    <script id='sap-ui-bootstrap' type='text/javascript' 
        src='https://sapui5.netweaver.ondemand.com/resources/sap-ui-core.js'
          data-sap-ui-theme='sap_bluecrystal'
        data-sap-ui-libs='sap.ui.commons,sap.ui.ux3,sap.ui.table,sap.m'>
  
    </script> 
    
  
  <script src="http://www.elevateweb.co.uk/wp-content/themes/radial/jquery.elevatezoom.min.js"></script>
    
    <script>
                        var imageViewer = new sap.ui.commons.Image("BIGIMAGE", {src:'http://www.elevateweb.co.uk/wp-content/themes/radial/zoom/images/small/image1.png'}).addStyleClass("image-dialog");
      
      var cusotmDAta = new sap.ui.core.CustomData({
        key:'zoom-image',
        value:'http://www.elevateweb.co.uk/wp-content/themes/radial/zoom/images/large/image1.jpg',
        writeToDom: true
      });
      imageViewer.addCustomData(cusotmDAta);
            imageViewer.placeAt("content");
      imageViewer.addDelegate({
onAfterRendering: function(){
  $('#BIGIMAGE').elevateZoom();
}
});
      
    </script>
    </head>
    <body class='sapUiBody'>
        <div id='content'></div>
    </body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers