Right click menu

Buy now Get support

Right-click menu disabled (default).

Right-click menu enabled on the spin.

Here's the code:

  1. <html>
  2.     <head>
  3.         <title>Magic 360&trade;: Right click menu</title>
  4.        
  5.         <link rel="stylesheet" type="text/css" href="magic360/magic360.css" />
  6.         <script type="text/javascript" src="magic360/magic360.js"></script>
  7.         <style type="text/css">
  8.             #rc-tbl td { width: 50%; }
  9.         </style>
  10.        
  11.     </head>
  12.     <body>
  13.        
  14.         <table width="100%" id="rc-tbl">
  15.             <tr>
  16.                 <td>
  17.                     <p>Right-click menu disabled (default).</p>
  18.                     <a class="Magic360" href="#" data-magic360-options="filename:shoe-360-{col}.jpg; fullscreen: false; autospin: off;"><img src="images/shoe/shoe-360-01.jpg"/></a>
  19.                 </td>
  20.                 <td>
  21.                     <p>Right-click menu enabled on the spin.</p>
  22.                     <a class="Magic360" href="#" data-magic360-options="filename:shoe-360-{col}.jpg; fullscreen: false; autospin: off; right-click: true;"><img src="images/shoe/shoe-360-01.jpg"/></a>
  23.                 </td>
  24.             </tr>
  25.         </table>
  26.        
  27.     </body>
  28. </html>