equal
deleted
inserted
replaced
28 width:650, |
28 width:650, |
29 height:2100, |
29 height:2100, |
30 container:'LdtPlayer', |
30 container:'LdtPlayer', |
31 css:'../../src/css/LdtPlayer.css', |
31 css:'../../src/css/LdtPlayer.css', |
32 widgets: [ |
32 widgets: [ |
33 |
33 {type: "PolemicWidget", |
34 |
34 width: 640, /* required for this widget */ |
|
35 height: 50, |
|
36 metadata:{ |
|
37 format:'cinelab', |
|
38 src:'polemic_fr.json', |
|
39 type:'json'}, |
|
40 |
|
41 requires: [{ |
|
42 type: "TooltipWidget", |
|
43 width: 180, |
|
44 heigh: 160, |
|
45 metadata : { |
|
46 format:'cinelab', |
|
47 src:'polemic.json', |
|
48 type:'empty' |
|
49 } |
|
50 }], |
|
51 }, |
35 {type: "AnnotationsListWidget", |
52 {type: "AnnotationsListWidget", |
36 container: "AnnotationsListContainer", |
53 container: "AnnotationsListContainer", |
37 metadata:{ |
54 metadata:{ |
38 format:'cinelab', |
55 format:'cinelab', |
39 src:platf_url + 'cljson/id/' + project_id, |
56 src:platf_url + 'cljson/id/' + project_id, |