diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/panels/binding/edit-binding-view.reel/edit-binding-view.html | 18 |
1 files 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 @@ | |||
33 | "element": {"#": "sourceObjectField"} | 33 | "element": {"#": "sourceObjectField"} |
34 | }, | 34 | }, |
35 | "bindings": { | 35 | "bindings": { |
36 | "value": {"<<->": "@owner.sourceObjectIdentifier"} | 36 | "value": {"<->": "@owner.sourceObjectIdentifier"} |
37 | }, | 37 | }, |
38 | "listeners" : [ | 38 | "listeners" : [ |
39 | { | 39 | { |
@@ -49,7 +49,7 @@ | |||
49 | "element": {"#": "boundObjectField"} | 49 | "element": {"#": "boundObjectField"} |
50 | }, | 50 | }, |
51 | "bindings": { | 51 | "bindings": { |
52 | "value": {"<<->": "@owner.boundObjectIdentifier"} | 52 | "value": {"<->": "@owner.boundObjectIdentifier"} |
53 | }, | 53 | }, |
54 | "listeners" : [ | 54 | "listeners" : [ |
55 | { | 55 | { |
@@ -66,7 +66,7 @@ | |||
66 | "identifier": "sourceProperty" | 66 | "identifier": "sourceProperty" |
67 | }, | 67 | }, |
68 | "bindings": { | 68 | "bindings": { |
69 | "value": {"<<->": "@owner.sourceObjectPropertyPath"} | 69 | "value": {"<->": "@owner.sourceObjectPropertyPath"} |
70 | }, | 70 | }, |
71 | "listeners" : [ | 71 | "listeners" : [ |
72 | { | 72 | { |
@@ -83,7 +83,7 @@ | |||
83 | "identifier": "boundProperty" | 83 | "identifier": "boundProperty" |
84 | }, | 84 | }, |
85 | "bindings": { | 85 | "bindings": { |
86 | "value": {"<<->": "@owner.boundObjectPropertyPath"} | 86 | "value": {"<->": "@owner.boundObjectPropertyPath"} |
87 | }, | 87 | }, |
88 | "listeners" : [ | 88 | "listeners" : [ |
89 | { | 89 | { |
@@ -93,7 +93,7 @@ | |||
93 | ] | 93 | ] |
94 | }, | 94 | }, |
95 | "directionCheckbox": { | 95 | "directionCheckbox": { |
96 | "prototype": "montage/ui/checkbox.reel", | 96 | "prototype": "montage/ui/native/input-checkbox.reel", |
97 | "properties": { | 97 | "properties": { |
98 | "element": {"#": "direction-checkbox"} | 98 | "element": {"#": "direction-checkbox"} |
99 | }, | 99 | }, |
@@ -102,7 +102,7 @@ | |||
102 | } | 102 | } |
103 | }, | 103 | }, |
104 | "cancelButton" : { | 104 | "cancelButton" : { |
105 | "prototype": "montage/ui/button.reel", | 105 | "prototype": "montage/ui/native/button.reel", |
106 | "properties": { | 106 | "properties": { |
107 | "element": {"#": "cancel-button" }, | 107 | "element": {"#": "cancel-button" }, |
108 | "identifier": "cancelButton" | 108 | "identifier": "cancelButton" |
@@ -115,7 +115,7 @@ | |||
115 | ] | 115 | ] |
116 | }, | 116 | }, |
117 | "deleteButton" : { | 117 | "deleteButton" : { |
118 | "prototype": "montage/ui/button.reel", | 118 | "prototype": "montage/ui/native/button.reel", |
119 | "properties": { | 119 | "properties": { |
120 | "element": {"#": "delete-button" }, | 120 | "element": {"#": "delete-button" }, |
121 | "identifier": "deleteButton" | 121 | "identifier": "deleteButton" |
@@ -128,13 +128,13 @@ | |||
128 | ] | 128 | ] |
129 | }, | 129 | }, |
130 | "saveButton" : { | 130 | "saveButton" : { |
131 | "prototype": "montage/ui/button.reel", | 131 | "prototype": "montage/ui/native/button.reel", |
132 | "properties": { | 132 | "properties": { |
133 | "element": {"#": "save-button" }, | 133 | "element": {"#": "save-button" }, |
134 | "identifier": "saveButton" | 134 | "identifier": "saveButton" |
135 | }, | 135 | }, |
136 | "bindings" : { | 136 | "bindings" : { |
137 | "enabled": {"<<->": "@owner.dirty"} | 137 | "enabled": {"<->": "@owner.dirty"} |
138 | }, | 138 | }, |
139 | "listeners": [ | 139 | "listeners": [ |
140 | { | 140 | { |