From 04ef4ffcfde762a0aead4a7b702f3c019fdbeb69 Mon Sep 17 00:00:00 2001
From: Eric Guzman
Date: Thu, 31 May 2012 21:57:22 -0700
Subject: Binding Panel - Developed panel components.
---
.../binding/binding-item.reel/binding-item.html | 37 ++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 js/panels/binding/binding-item.reel/binding-item.html
(limited to 'js/panels/binding/binding-item.reel/binding-item.html')
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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3
From 0f59ef2a4b78fbcee402255857e8355a67fa7e66 Mon Sep 17 00:00:00 2001
From: Eric Guzman
Date: Fri, 1 Jun 2012 12:53:24 -0700
Subject: Bindings Panel - Update binding panel components
---
.../binding/binding-item.reel/binding-item.html | 54 ++++++++++++++++++++--
1 file changed, 51 insertions(+), 3 deletions(-)
(limited to 'js/panels/binding/binding-item.reel/binding-item.html')
diff --git a/js/panels/binding/binding-item.reel/binding-item.html b/js/panels/binding/binding-item.reel/binding-item.html
index 23182345..a569b8b4 100644
--- a/js/panels/binding/binding-item.reel/binding-item.html
+++ b/js/panels/binding/binding-item.reel/binding-item.html
@@ -16,14 +16,54 @@
"element": {"#": "binding-item"}
}
},
- "label": {
+ "soProperty": {
"prototype": "montage/ui/dynamic-text.reel",
"properties": {
- "element": {"#": "label"}
+ "element": {"#": "so-property"}
},
"bindings": {
"value": {"<-": "@owner.sourceObjectPropertyPath"}
}
+ },
+ "soObject": {
+ "prototype": "montage/ui/dynamic-text.reel",
+ "properties": {
+ "element": {"#": "so-object"}
+ },
+ "bindings": {
+ "value": {"<-": "@owner.sourceObjectLabel"}
+ }
+ },
+ "boProperty" : {
+ "prototype": "montage/ui/dynamic-text.reel",
+ "properties": {
+ "element": {"#": "bo-property"}
+ },
+ "bindings": {
+ "value": {"<-": "@owner.boundObjectPropertyPath"}
+ }
+ },
+ "boObject": {
+ "prototype": "montage/ui/dynamic-text.reel",
+ "properties": {
+ "element": {"#": "bo-object"}
+ },
+ "bindings": {
+ "value": {"<-": "@owner.boundObjectLabel"}
+ }
+ },
+ "editButton": {
+ "prototype": "montage/ui/button.reel",
+ "properties": {
+ "element": {"#": "edit-button"},
+ "identifier": "editButton",
+ "label": " "
+ },
+ "listeners": [{
+ "type": "action",
+ "listener": {"@": "owner"}
+ }]
+
}
}
@@ -31,7 +71,15 @@
-
+
+
+
+
+
+
+
+
+