equal
deleted
inserted
replaced
60 type : "TooltipWidget", |
60 type : "TooltipWidget", |
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 }, { |
67 }, { |
67 type : "createAnnotationWidget", |
68 type : "createAnnotationWidget", |
68 polemic_mode : false, |
69 polemic_mode : false, |
69 api_endpoint_template : "json_examples/return_after_post.json", //"endpoint/{{id}}.json", |
70 api_endpoint_template : "json_examples/return_after_post.json", //"endpoint/{{id}}.json", |
70 api_method : 'POST' |
71 api_method : 'POST' |
95 }; |
96 }; |
96 |
97 |
97 IriSP.initPlayer(config, json_url); |
98 IriSP.initPlayer(config, json_url); |
98 |
99 |
99 </script> |
100 </script> |
|
101 <div id="MySlideShareContainer" style="float: left; width: 400px;"></div> |
100 <div id="MyListContainer" style="float: left; width: 400px;"></div> |
102 <div id="MyListContainer" style="float: left; width: 400px;"></div> |
101 </body> |
103 </body> |
102 </html> |
104 </html> |