diff options
Diffstat (limited to 'js/panels/properties/sections/custom.reel/custom.html')
-rwxr-xr-x | js/panels/properties/sections/custom.reel/custom.html | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/js/panels/properties/sections/custom.reel/custom.html b/js/panels/properties/sections/custom.reel/custom.html deleted file mode 100755 index 6d4cf0cd..00000000 --- a/js/panels/properties/sections/custom.reel/custom.html +++ /dev/null | |||
@@ -1,61 +0,0 @@ | |||
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 | "owner": { | ||
13 | "module" : "js/panels/properties/sections/custom.reel", | ||
14 | "name" : "CustomSection", | ||
15 | "properties" : { | ||
16 | "element" : {"#": "section"}, | ||
17 | "repeat" : {"@": "repeat"} | ||
18 | } | ||
19 | }, | ||
20 | |||
21 | "repeat": { | ||
22 | "module": "montage/ui/repetition.reel", | ||
23 | "name": "Repetition", | ||
24 | "properties": { | ||
25 | "element" : {"#": "repetitionContainer"} | ||
26 | }, | ||
27 | "bindings": { | ||
28 | "objects": { | ||
29 | "boundObject": {"@": "owner"}, | ||
30 | "boundObjectPropertyPath": "rows", | ||
31 | "oneway": true | ||
32 | } | ||
33 | } | ||
34 | }, | ||
35 | |||
36 | "slot": { | ||
37 | "module": "montage/ui/slot.reel", | ||
38 | "name": "Slot", | ||
39 | "properties": { | ||
40 | "element": { "#": "repeitionContent" } | ||
41 | }, | ||
42 | "bindings": { | ||
43 | "content": { | ||
44 | "boundObject": {"@": "repeat"}, | ||
45 | "boundObjectPropertyPath": "objectAtCurrentIteration", | ||
46 | "oneway": true | ||
47 | } | ||
48 | } | ||
49 | } | ||
50 | |||
51 | } | ||
52 | </script> | ||
53 | </head> | ||
54 | <body> | ||
55 | <div id="section" class="sectional"> | ||
56 | <div id="repetitionContainer"> | ||
57 | <div id="repeitionContent"></div> | ||
58 | </div> | ||
59 | </div> | ||
60 | </body> | ||
61 | </html> \ No newline at end of file | ||