aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-03-09 13:36:41 -0800
committerJose Antonio Marquez2012-03-09 13:36:41 -0800
commit9a03f869ff4520431da3ac8c64b748b5fbb60339 (patch)
treedad948f012cbc7d65e0dccde273667a389ff1c6d /js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html
parentb0b4a1ee6792d98f06cbd8ecf5291e66db8a4eef (diff)
parentb4eb2f6cc1208fe5c18aa1f02a85adda25075d81 (diff)
downloadninja-9a03f869ff4520431da3ac8c64b748b5fbb60339.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into Color
Diffstat (limited to 'js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html')
-rwxr-xr-xjs/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html b/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html
new file mode 100755
index 00000000..4de3f1ae
--- /dev/null
+++ b/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html
@@ -0,0 +1,47 @@
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 lang="en">
8<head>
9 <script type="text/montage-serialization">
10 {
11 "owner": {
12 "module" : "js/panels/properties.reel/sections/custom-rows/single-row.reel",
13 "name" : "SingleRow",
14 "properties" : {
15 "element" : {"#": "section"},
16 "slot" : {"@": "slot"}
17 }
18 },
19 "slot": {
20 "module": "montage/ui/slot.reel",
21 "name": "Slot",
22 "properties": {
23 "element": { "#": "slotElement" }
24 },
25 "bindings": {
26 "content" : {
27 "boundObject": {"@": "owner"},
28 "boundObjectPropertyPath": "content"
29 }
30 }
31 }
32 }
33 </script>
34</head>
35<body>
36 <div id="section">
37 <section class="fieldCol">
38 <label><span class="lbl"></span></label>
39 <article class="fieldRow">
40 <div id="slotElement" class="inputField">
41
42 </div>
43 </article>
44 </section>
45 </div>
46</body>
47</html> \ No newline at end of file