aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
diff options
context:
space:
mode:
authorJohn Mayhew2012-04-26 16:23:59 -0700
committerJohn Mayhew2012-04-26 16:23:59 -0700
commitbcfb200482c26b2bfc0d6577b1eb0de7a19a6762 (patch)
treec61bee4e6a61a14b0eba680876bb5839d8a0d526 /js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
parent62cd8d643ce69b7f38295fad511a4b6d3d4dd638 (diff)
downloadninja-bcfb200482c26b2bfc0d6577b1eb0de7a19a6762.tar.gz
Removing all "module" declarations and replaced with "prototype" in preparation for montage converting to the new "prototype" format fully
Diffstat (limited to 'js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html')
-rwxr-xr-xjs/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html14
1 files changed, 5 insertions, 9 deletions
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 1f9d9b9f..236b4f4e 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
@@ -1,4 +1,4 @@
1<!DOCTYPE HTML> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/> 3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> 4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
@@ -11,8 +11,7 @@
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12 { 12 {
13 "hottextHeight": { 13 "hottextHeight": {
14 "module": "js/components/hottextunit.reel", 14 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
15 "name": "HotTextUnit",
16 "properties": { 15 "properties": {
17 "element": {"#": "templateHeight"}, 16 "element": {"#": "templateHeight"},
18 "minValue":25, 17 "minValue":25,
@@ -31,8 +30,7 @@
31 }, 30 },
32 31
33 "hottextWidth": { 32 "hottextWidth": {
34 "module": "js/components/hottextunit.reel", 33 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
35 "name": "HotTextUnit",
36 "properties": { 34 "properties": {
37 "element": {"#": "templateWidth"}, 35 "element": {"#": "templateWidth"},
38 "minValue":25, 36 "minValue":25,
@@ -51,8 +49,7 @@
51 }, 49 },
52 50
53 "fileInputField":{ 51 "fileInputField":{
54 "module": "js/io/ui/file-picker/file-input-field.reel", 52 "prototype": "js/io/ui/file-picker/file-input-field.reel",
55 "name": "FileInputField",
56 "properties": { 53 "properties": {
57 "element": {"#": "fileInputField"} 54 "element": {"#": "fileInputField"}
58 } 55 }
@@ -66,8 +63,7 @@
66 }, 63 },
67 64
68 "owner":{ 65 "owner":{
69 "module": "js/io/ui/new-file-dialog/new-file-location.reel", 66 "prototype": "js/io/ui/new-file-dialog/new-file-location.reel",
70 "name": "NewFileLocation",
71 "properties": { 67 "properties": {
72 "element": {"#": "newfileLocation"}, 68 "element": {"#": "newfileLocation"},
73 "fileInputField": {"@": "fileInputField"}, 69 "fileInputField": {"@": "fileInputField"},