From 28a7a71d2962158cab34f50627f2d22540c29eab Mon Sep 17 00:00:00 2001 From: Benoit Marchant Date: Sat, 17 Mar 2012 17:41:47 -0700 Subject: Added a new picasa-carousel component as well as an example using it --- .../ui/picasa-carousel-test/main.reel/main.html | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100755 node_modules/montage/lab/sandbox/ui/picasa-carousel-test/main.reel/main.html (limited to 'node_modules/montage/lab/sandbox/ui/picasa-carousel-test/main.reel/main.html') diff --git a/node_modules/montage/lab/sandbox/ui/picasa-carousel-test/main.reel/main.html b/node_modules/montage/lab/sandbox/ui/picasa-carousel-test/main.reel/main.html new file mode 100755 index 00000000..177eb068 --- /dev/null +++ b/node_modules/montage/lab/sandbox/ui/picasa-carousel-test/main.reel/main.html @@ -0,0 +1,75 @@ + + + + + + Main Component + + + + + + + + +
+

Main component of application

+
+ + +
+ +
+ +
+ + + -- cgit v1.2.3 From 6b1467535198f6b85bd2bf045d2c354b812616c2 Mon Sep 17 00:00:00 2001 From: François Frisch Date: Sat, 17 Mar 2012 20:03:18 -0700 Subject: Youtube video is droppable still getting errors with the carousel Signed-off-by: Valerio Virgillito --- .../montage/lab/sandbox/ui/picasa-carousel-test/main.reel/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node_modules/montage/lab/sandbox/ui/picasa-carousel-test/main.reel/main.html') diff --git a/node_modules/montage/lab/sandbox/ui/picasa-carousel-test/main.reel/main.html b/node_modules/montage/lab/sandbox/ui/picasa-carousel-test/main.reel/main.html index 177eb068..4cb48733 100755 --- a/node_modules/montage/lab/sandbox/ui/picasa-carousel-test/main.reel/main.html +++ b/node_modules/montage/lab/sandbox/ui/picasa-carousel-test/main.reel/main.html @@ -24,7 +24,7 @@ }, "picasa-carousel": { - "prototype": "montage/ui/google/picasa-carousel.reel", + "prototype": "montage/ui/picasa-carousel.reel", "properties": { "element": {"#": "picasa-carousel"} }, @@ -51,7 +51,7 @@ "element": {"#": "searchButton"} } } - + } -- cgit v1.2.3