diff options
Diffstat (limited to 'js/panels/css-panel/style-sheet.reel')
-rw-r--r-- | js/panels/css-panel/style-sheet.reel/style-sheet.html | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/js/panels/css-panel/style-sheet.reel/style-sheet.html b/js/panels/css-panel/style-sheet.reel/style-sheet.html index 788cafcc..7e27dd93 100644 --- a/js/panels/css-panel/style-sheet.reel/style-sheet.html +++ b/js/panels/css-panel/style-sheet.reel/style-sheet.html | |||
@@ -11,8 +11,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
11 | <script type="text/montage-serialization"> | 11 | <script type="text/montage-serialization"> |
12 | { | 12 | { |
13 | "owner": { | 13 | "owner": { |
14 | "module" : "js/panels/css-panel/style-sheet.reel", | 14 | "prototype" : "js/panels/css-panel/style-sheet.reel", |
15 | "name" : "StyleSheet", | ||
16 | "properties" : { | 15 | "properties" : { |
17 | "element" : {"#" : "style-sheet-container"}, | 16 | "element" : {"#" : "style-sheet-container"}, |
18 | "nameText": {"@": "name"}, | 17 | "nameText": {"@": "name"}, |
@@ -24,31 +23,24 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
24 | } | 23 | } |
25 | }, | 24 | }, |
26 | "name": { | 25 | "name": { |
27 | "module": "montage/ui/dynamic-text.reel", | 26 | "prototype": "montage/ui/dynamic-text.reel", |
28 | "name": "DynamicText", | ||
29 | "properties": { | 27 | "properties": { |
30 | "element": {"#": "sheet-name"}, | 28 | "element": {"#": "sheet-name"}, |
31 | "identifier": "nameText", | 29 | "identifier": "nameText", |
32 | "defaultText": "Style sheet" | 30 | "defaultText": "Style sheet" |
33 | }, | 31 | }, |
34 | "bindings": { | 32 | "bindings": { |
35 | "value": { | 33 | "value": {"<-": "@owner.name"} |
36 | "boundObject": {"@": "owner"}, | ||
37 | "boundObjectPropertyPath": "name", | ||
38 | "onewway": true | ||
39 | } | ||
40 | } | 34 | } |
41 | }, | 35 | }, |
42 | "mediaInput": { | 36 | "mediaInput": { |
43 | "module": "js/components/textfield.reel", | 37 | "prototype": "js/components/textfield.reel[TextField]", |
44 | "name": "TextField", | ||
45 | "properties": { | 38 | "properties": { |
46 | "element": {"#": "media-input"} | 39 | "element": {"#": "media-input"} |
47 | } | 40 | } |
48 | }, | 41 | }, |
49 | "editButton": { | 42 | "editButton": { |
50 | "module": "montage/ui/button.reel", | 43 | "prototype": "montage/ui/button.reel", |
51 | "name": "Button", | ||
52 | "properties": { | 44 | "properties": { |
53 | "element": {"#": "edit-button"}, | 45 | "element": {"#": "edit-button"}, |
54 | "identifier": "editButton", | 46 | "identifier": "editButton", |
@@ -61,8 +53,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
61 | 53 | ||
62 | }, | 54 | }, |
63 | "disableButton": { | 55 | "disableButton": { |
64 | "module": "montage/ui/button.reel", | 56 | "prototype": "montage/ui/button.reel", |
65 | "name": "Button", | ||
66 | "properties": { | 57 | "properties": { |
67 | "element": {"#": "disable-button"}, | 58 | "element": {"#": "disable-button"}, |
68 | "identifier": "disableButton", | 59 | "identifier": "disableButton", |
@@ -75,8 +66,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
75 | 66 | ||
76 | }, | 67 | }, |
77 | "deleteButton": { | 68 | "deleteButton": { |
78 | "module": "montage/ui/button.reel", | 69 | "prototype": "montage/ui/button.reel", |
79 | "name": "Button", | ||
80 | "properties": { | 70 | "properties": { |
81 | "element": {"#": "delete-button"}, | 71 | "element": {"#": "delete-button"}, |
82 | "identifier": "deleteButton", | 72 | "identifier": "deleteButton", |