diff options
author | Valerio Virgillito | 2012-06-17 22:58:26 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-17 22:58:26 -0700 |
commit | ad6f78493295c9c7b4c11cd6a895dd5cc8e207f7 (patch) | |
tree | eec83c62d6cdb095cc4e6548f42dddfc88bcaa21 /js | |
parent | 8fe92b94ce5e1e2857d088752d94e19db7e3d8a8 (diff) | |
download | ninja-ad6f78493295c9c7b4c11cd6a895dd5cc8e207f7.tar.gz |
updating the components and descriptor.json to support montage v.11
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js')
13 files changed, 20 insertions, 20 deletions
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html index 2c91ca13..4448e1f1 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | |||
@@ -11,7 +11,7 @@ | |||
11 | <script type="text/montage-serialization"> | 11 | <script type="text/montage-serialization"> |
12 | { | 12 | { |
13 | "codeCompleteCheck":{ | 13 | "codeCompleteCheck":{ |
14 | "prototype": "montage/ui/checkbox.reel", | 14 | "prototype": "montage/ui/input-checkbox.reel", |
15 | "properties": { | 15 | "properties": { |
16 | "element": {"#": "codeComplete"} | 16 | "element": {"#": "codeComplete"} |
17 | }, | 17 | }, |
diff --git a/js/components/tools-properties/fill-properties.reel/fill-properties.html b/js/components/tools-properties/fill-properties.reel/fill-properties.html index ca447b8b..cf68520f 100755 --- a/js/components/tools-properties/fill-properties.reel/fill-properties.html +++ b/js/components/tools-properties/fill-properties.reel/fill-properties.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <script type="text/montage-serialization"> | 12 | <script type="text/montage-serialization"> |
13 | { | 13 | { |
14 | "useFillColor": { | 14 | "useFillColor": { |
15 | "prototype": "montage/ui/checkbox.reel", | 15 | "prototype": "montage/ui/input-checkbox.reel", |
16 | "properties": { | 16 | "properties": { |
17 | "element": {"#": "useFillColor"}, | 17 | "element": {"#": "useFillColor"}, |
18 | "identifier": "useFillColor", | 18 | "identifier": "useFillColor", |
@@ -21,7 +21,7 @@ | |||
21 | }, | 21 | }, |
22 | 22 | ||
23 | "useWebGL": { | 23 | "useWebGL": { |
24 | "prototype": "montage/ui/checkbox.reel", | 24 | "prototype": "montage/ui/input-checkbox.reel", |
25 | "properties": { | 25 | "properties": { |
26 | "element": {"#": "useWebGL"}, | 26 | "element": {"#": "useWebGL"}, |
27 | "identifier": "useWebGL", | 27 | "identifier": "useWebGL", |
diff --git a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html index 5620eed8..579930f0 100755 --- a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html +++ b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <script type="text/montage-serialization"> | 12 | <script type="text/montage-serialization"> |
13 | { | 13 | { |
14 | "useStrokeColor": { | 14 | "useStrokeColor": { |
15 | "prototype": "montage/ui/checkbox.reel", | 15 | "prototype": "montage/ui/input-checkbox.reel", |
16 | "properties": { | 16 | "properties": { |
17 | "element": {"#": "useStrokeColor"}, | 17 | "element": {"#": "useStrokeColor"}, |
18 | "identifier": "useStrokeColor", | 18 | "identifier": "useStrokeColor", |
@@ -21,7 +21,7 @@ | |||
21 | }, | 21 | }, |
22 | 22 | ||
23 | "useBorderWidth": { | 23 | "useBorderWidth": { |
24 | "prototype": "montage/ui/checkbox.reel", | 24 | "prototype": "montage/ui/input-checkbox.reel", |
25 | "properties": { | 25 | "properties": { |
26 | "element": {"#": "useBorderWidth"}, | 26 | "element": {"#": "useBorderWidth"}, |
27 | "identifier": "useBorderWidth", | 27 | "identifier": "useBorderWidth", |
@@ -49,7 +49,7 @@ | |||
49 | }, | 49 | }, |
50 | 50 | ||
51 | "useBorderStyle": { | 51 | "useBorderStyle": { |
52 | "prototype": "montage/ui/checkbox.reel", | 52 | "prototype": "montage/ui/input-checkbox.reel", |
53 | "properties": { | 53 | "properties": { |
54 | "element": {"#": "useBorderStyle"}, | 54 | "element": {"#": "useBorderStyle"}, |
55 | "identifier": "useBorderStyle", | 55 | "identifier": "useBorderStyle", |
@@ -65,7 +65,7 @@ | |||
65 | }, | 65 | }, |
66 | 66 | ||
67 | "useStrokeSize": { | 67 | "useStrokeSize": { |
68 | "prototype": "montage/ui/checkbox.reel", | 68 | "prototype": "montage/ui/input-checkbox.reel", |
69 | "properties": { | 69 | "properties": { |
70 | "element": {"#": "useStrokeSize"}, | 70 | "element": {"#": "useStrokeSize"}, |
71 | "identifier": "useStrokeSize", | 71 | "identifier": "useStrokeSize", |
@@ -94,7 +94,7 @@ | |||
94 | }, | 94 | }, |
95 | 95 | ||
96 | "useWebGL": { | 96 | "useWebGL": { |
97 | "prototype": "montage/ui/checkbox.reel", | 97 | "prototype": "montage/ui/input-checkbox.reel", |
98 | "properties": { | 98 | "properties": { |
99 | "element": {"#": "useWebGL"}, | 99 | "element": {"#": "useWebGL"}, |
100 | "identifier": "useWebGL", | 100 | "identifier": "useWebGL", |
diff --git a/js/components/ui/label-checkbox.reel/label-checkbox.html b/js/components/ui/label-checkbox.reel/label-checkbox.html index 0efc7ae0..d39fca9b 100755 --- a/js/components/ui/label-checkbox.reel/label-checkbox.html +++ b/js/components/ui/label-checkbox.reel/label-checkbox.html | |||
@@ -20,7 +20,7 @@ | |||
20 | }, | 20 | }, |
21 | 21 | ||
22 | "checkbox": { | 22 | "checkbox": { |
23 | "prototype": "montage/ui/checkbox.reel", | 23 | "prototype": "montage/ui/input-checkbox.reel", |
24 | "properties": { | 24 | "properties": { |
25 | "element": {"#": "checkbox"}, | 25 | "element": {"#": "checkbox"}, |
26 | "checked": false | 26 | "checked": false |
diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index fb108937..2e91b479 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "libraries": [ | 2 | "libraries": [ |
3 | {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.10.1.0"}, | 3 | {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.11.0.0"}, |
4 | {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.6.0.0"} | 4 | {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.6.0.0"} |
5 | ] | 5 | ] |
6 | } \ No newline at end of file | 6 | } \ No newline at end of file |
diff --git a/js/io/ui/file-picker/file-input-field.reel/file-input-field.html b/js/io/ui/file-picker/file-input-field.reel/file-input-field.html index c3209654..ff165f9a 100755 --- a/js/io/ui/file-picker/file-input-field.reel/file-input-field.html +++ b/js/io/ui/file-picker/file-input-field.reel/file-input-field.html | |||
@@ -12,7 +12,7 @@ | |||
12 | { | 12 | { |
13 | 13 | ||
14 | "newFileDirectory": { | 14 | "newFileDirectory": { |
15 | "prototype": "montage/ui/textfield.reel", | 15 | "prototype": "montage/ui/input-text.reel", |
16 | "properties": { | 16 | "properties": { |
17 | "element": {"#": "newFileDirectory"} | 17 | "element": {"#": "newFileDirectory"} |
18 | } | 18 | } |
diff --git a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html index f9a42887..0c410a47 100755 --- a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html +++ b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html | |||
@@ -56,7 +56,7 @@ | |||
56 | }, | 56 | }, |
57 | 57 | ||
58 | "newFileName": { | 58 | "newFileName": { |
59 | "prototype": "montage/ui/textfield.reel", | 59 | "prototype": "montage/ui/input-text.reel", |
60 | "properties": { | 60 | "properties": { |
61 | "element": {"#": "newFileName"} | 61 | "element": {"#": "newFileName"} |
62 | } | 62 | } |
diff --git a/js/io/ui/save-as-dialog.reel/save-as-dialog.html b/js/io/ui/save-as-dialog.reel/save-as-dialog.html index dcdb073f..99f98ddb 100644 --- a/js/io/ui/save-as-dialog.reel/save-as-dialog.html +++ b/js/io/ui/save-as-dialog.reel/save-as-dialog.html | |||
@@ -18,7 +18,7 @@ | |||
18 | }, | 18 | }, |
19 | 19 | ||
20 | "newFileName": { | 20 | "newFileName": { |
21 | "prototype": "montage/ui/textfield.reel", | 21 | "prototype": "montage/ui/input-text.reel", |
22 | "properties": { | 22 | "properties": { |
23 | "element": {"#": "newFileName"} | 23 | "element": {"#": "newFileName"} |
24 | } | 24 | } |
diff --git a/js/panels/css-panel/css-style.reel/css-style.html b/js/panels/css-panel/css-style.reel/css-style.html index 0f16b3d8..52d8b830 100644 --- a/js/panels/css-panel/css-style.reel/css-style.html +++ b/js/panels/css-panel/css-style.reel/css-style.html | |||
@@ -24,7 +24,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
24 | "object": "js/panels/CSSPanel/css-property-name-list" | 24 | "object": "js/panels/CSSPanel/css-property-name-list" |
25 | }, | 25 | }, |
26 | "checkbox": { | 26 | "checkbox": { |
27 | "prototype": "montage/ui/checkbox.reel", | 27 | "prototype": "montage/ui/input-checkbox.reel", |
28 | "properties": { | 28 | "properties": { |
29 | "element": {"#": "disable-checkbox"}, | 29 | "element": {"#": "disable-checkbox"}, |
30 | "checked": true | 30 | "checked": true |
diff --git a/js/panels/properties.reel/properties.html b/js/panels/properties.reel/properties.html index a737bd39..9fa24e15 100755 --- a/js/panels/properties.reel/properties.html +++ b/js/panels/properties.reel/properties.html | |||
@@ -11,21 +11,21 @@ | |||
11 | <script type="text/montage-serialization"> |