test/integration/test-slideshare.htm
changeset 879 85da59ccbdf8
parent 871 a5607fa1ef0b
equal deleted inserted replaced
878:c983360f0e7a 879:85da59ccbdf8
    61                             width : 180,
    61                             width : 180,
    62                             height : 160,
    62                             height : 160,
    63                         }]
    63                         }]
    64                     }, {
    64                     }, {
    65                         type : "SlideShareWidget",
    65                         type : "SlideShareWidget",
    66                         container : "MySlideShareContainer"
    66                         container : "MySlideShareContainer",
       
    67                         embed_width : 330,
       
    68                         embed_height : 250
    67                     }, {
    69                     }, {
    68                         type : "createAnnotationWidget",
    70                         type : "createAnnotationWidget",
    69                         polemic_mode : false,
    71                         polemic_mode : false,
    70                         api_endpoint_template : "json_examples/return_after_post.json", //"endpoint/{{id}}.json",
    72                         api_endpoint_template : "json_examples/return_after_post.json", //"endpoint/{{id}}.json",
    71                         api_method : 'POST'
    73                         api_method : 'POST'
    96             };
    98             };
    97 
    99 
    98             IriSP.initPlayer(config, json_url);
   100             IriSP.initPlayer(config, json_url);
    99 
   101 
   100         </script>
   102         </script>
   101     <div id="MySlideShareContainer" style="float: left; width: 400px;"></div>
   103     <div id="MySlideShareContainer" style="float: left; width: 400px; margin-left: 5px;"></div>
   102     <div id="MyListContainer" style="float: left; width: 400px;"></div>
   104     <div id="MyListContainer" style="float: left; width: 400px; margin-left: 5px;"></div>
   103     </body>
   105     </body>
   104 </html>
   106 </html>