From 87377c81da06abf6d656017859830a3ab2902f0e Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Wed, 20 Jun 2012 15:21:55 -0700 Subject: BindingView :Montage Updates Signed-off-by: Armen Kesablyan --- .../edit-binding-view.reel/edit-binding-view.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/js/panels/binding/edit-binding-view.reel/edit-binding-view.html b/js/panels/binding/edit-binding-view.reel/edit-binding-view.html index d5409883..0bd3cf32 100644 --- a/js/panels/binding/edit-binding-view.reel/edit-binding-view.html +++ b/js/panels/binding/edit-binding-view.reel/edit-binding-view.html @@ -33,7 +33,7 @@ "element": {"#": "sourceObjectField"} }, "bindings": { - "value": {"<<->": "@owner.sourceObjectIdentifier"} + "value": {"<->": "@owner.sourceObjectIdentifier"} }, "listeners" : [ { @@ -49,7 +49,7 @@ "element": {"#": "boundObjectField"} }, "bindings": { - "value": {"<<->": "@owner.boundObjectIdentifier"} + "value": {"<->": "@owner.boundObjectIdentifier"} }, "listeners" : [ { @@ -66,7 +66,7 @@ "identifier": "sourceProperty" }, "bindings": { - "value": {"<<->": "@owner.sourceObjectPropertyPath"} + "value": {"<->": "@owner.sourceObjectPropertyPath"} }, "listeners" : [ { @@ -83,7 +83,7 @@ "identifier": "boundProperty" }, "bindings": { - "value": {"<<->": "@owner.boundObjectPropertyPath"} + "value": {"<->": "@owner.boundObjectPropertyPath"} }, "listeners" : [ { @@ -93,7 +93,7 @@ ] }, "directionCheckbox": { - "prototype": "montage/ui/checkbox.reel", + "prototype": "montage/ui/native/input-checkbox.reel", "properties": { "element": {"#": "direction-checkbox"} }, @@ -102,7 +102,7 @@ } }, "cancelButton" : { - "prototype": "montage/ui/button.reel", + "prototype": "montage/ui/native/button.reel", "properties": { "element": {"#": "cancel-button" }, "identifier": "cancelButton" @@ -115,7 +115,7 @@ ] }, "deleteButton" : { - "prototype": "montage/ui/button.reel", + "prototype": "montage/ui/native/button.reel", "properties": { "element": {"#": "delete-button" }, "identifier": "deleteButton" @@ -128,13 +128,13 @@ ] }, "saveButton" : { - "prototype": "montage/ui/button.reel", + "prototype": "montage/ui/native/button.reel", "properties": { "element": {"#": "save-button" }, "identifier": "saveButton" }, "bindings" : { - "enabled": {"<<->": "@owner.dirty"} + "enabled": {"<->": "@owner.dirty"} }, "listeners": [ { -- cgit v1.2.3