aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/list.reel/list.html
diff options
context:
space:
mode:
authorPierre Frisch2011-12-22 07:25:50 -0800
committerValerio Virgillito2012-01-27 11:18:17 -0800
commitb89a7ee8b956c96a1dcee995ea840feddc5d4b27 (patch)
tree0f3136ab0ecdbbbed6a83576581af0a53124d6f1 /node_modules/montage/ui/list.reel/list.html
parent2401f05d1f4b94d45e4568b81fc73e67b969d980 (diff)
downloadninja-b89a7ee8b956c96a1dcee995ea840feddc5d4b27.tar.gz
First commit of Ninja to ninja-internal
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/list.reel/list.html')
-rwxr-xr-xnode_modules/montage/ui/list.reel/list.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/node_modules/montage/ui/list.reel/list.html b/node_modules/montage/ui/list.reel/list.html
new file mode 100755
index 00000000..2428bded
--- /dev/null
+++ b/node_modules/montage/ui/list.reel/list.html
@@ -0,0 +1,56 @@
1<!DOCTYPE html>
2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> -->
7<html>
8 <head>
9 <title></title>
10 <script type="text/montage-serialization">
11{
12 "repetition1": {
13 "module": "montage/ui/repetition.reel",
14 "name": "Repetition",
15 "properties": {
16 "element": {
17 "#": "repetition"
18 }
19 }
20 },
21 "scrollview1": {
22 "module": "montage/ui/scrollview.reel",
23 "name": "Scrollview",
24 "properties": {
25 "element": {
26 "#": "scrollView"
27 }
28 }
29 },
30 "owner": {
31 "module": "montage/ui/list.reel",
32 "name": "List",
33 "properties": {
34 "element": {
35 "#": "EA5D3E95-BA4E-4696-BBBE-B4DE2F6ED6C9"
36 },
37 "_repetition": {
38 "@": "repetition1"
39 },
40 "_scrollview": {
41 "@": "scrollview1"
42 }
43 }
44 }
45}
46 </script>
47
48</head>
49<body>
50 <div id="EA5D3E95-BA4E-4696-BBBE-B4DE2F6ED6C9">
51 <div id="scrollView" class="montage-list-scrollView">
52 <div id="repetition"></div>
53 </div>
54 </div>
55</body>
56</html>