aboutsummaryrefslogtreecommitdiff
path: root/js/panels/binding/binding-item.reel/binding-item.html
diff options
context:
space:
mode:
authorEric Guzman2012-05-31 21:57:22 -0700
committerEric Guzman2012-05-31 21:57:22 -0700
commit04ef4ffcfde762a0aead4a7b702f3c019fdbeb69 (patch)
treefd317d8de8eaec728376c60273b1f6a214816e8e /js/panels/binding/binding-item.reel/binding-item.html
parent4e28e2d2a695d487b1bc127dce0a874691539ca8 (diff)
downloadninja-04ef4ffcfde762a0aead4a7b702f3c019fdbeb69.tar.gz
Binding Panel - Developed panel components.
Diffstat (limited to 'js/panels/binding/binding-item.reel/binding-item.html')
-rw-r--r--js/panels/binding/binding-item.reel/binding-item.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/js/panels/binding/binding-item.reel/binding-item.html b/js/panels/binding/binding-item.reel/binding-item.html
new file mode 100644
index 00000000..23182345
--- /dev/null
+++ b/js/panels/binding/binding-item.reel/binding-item.html
@@ -0,0 +1,37 @@
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 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
10 <link rel="stylesheet" href="binding-item.css" type="text/css">
11 <script type="text/montage-serialization">
12 {
13 "owner": {
14 "prototype": "js/panels/binding/binding-item.reel",
15 "properties": {
16 "element": {"#": "binding-item"}
17 }
18 },
19 "label": {
20 "prototype": "montage/ui/dynamic-text.reel",
21 "properties": {
22 "element": {"#": "label"}
23 },
24 "bindings": {
25 "value": {"<-": "@owner.sourceObjectPropertyPath"}
26 }
27 }
28
29 }
30 </script>
31</head>
32<body>
33<li data-montage-id="binding-item" class="binding-item">
34 <span data-montage-id="label"></span>
35</li>
36</body>
37</html> \ No newline at end of file