diff options
author | Jose Antonio Marquez | 2012-02-04 22:35:28 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-04 22:35:28 -0800 |
commit | d1fda420f898965b5dd57de0c8340886cef308a8 (patch) | |
tree | 2fad2e890c1142a7eee30c45710f1f0b78adfdde /js/io/ui/save-as-dialog.reel/save-as-dialog.html | |
parent | cc64cfc5aaa570ed9f72545fc135200019d62311 (diff) | |
parent | 45cfffd9261ab1aa714554c584f0d0d8fe627c91 (diff) | |
download | ninja-d1fda420f898965b5dd57de0c8340886cef308a8.tar.gz |
Merge branch 'refs/heads/AnanyaFileIO' into FileIO
Diffstat (limited to 'js/io/ui/save-as-dialog.reel/save-as-dialog.html')
-rw-r--r-- | js/io/ui/save-as-dialog.reel/save-as-dialog.html | 33 |
1 files changed, 2 insertions, 31 deletions
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 968512f6..f2011a34 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 | |||
@@ -10,36 +10,6 @@ | |||
10 | <link rel="stylesheet" type="text/css" href="save-as-dialog.css"> | 10 | <link rel="stylesheet" type="text/css" href="save-as-dialog.css"> |
11 | <script type="text/montage-serialization"> | 11 | <script type="text/montage-serialization"> |
12 | { | 12 | { |
13 | "okButton": { | ||
14 | "module": "montage/ui/button.reel", | ||
15 | "name": "Button", | ||
16 | "properties": { | ||
17 | "element": {"#": "okButton"}, | ||
18 | "identifier": "okButton" | ||
19 | }, | ||
20 | "listeners": [ | ||
21 | { | ||
22 | "type": "action", | ||
23 | "listener": {"@": "owner"} | ||
24 | } | ||
25 | ] | ||
26 | }, | ||
27 | |||
28 | "cancelButton": { | ||
29 | "module": "montage/ui/button.reel", | ||
30 | "name": "Button", | ||
31 | "properties": { | ||
32 | "element": {"#": "cancelButton"}, | ||
33 | "identifier": "cancelButton" | ||
34 | }, | ||
35 | "listeners": [ | ||
36 | { | ||
37 | "type": "action", | ||
38 | "listener": {"@": "owner"} | ||
39 | } | ||
40 | ] | ||
41 | }, | ||
42 | |||
43 | "fileInputField":{ | 13 | "fileInputField":{ |
44 | "module": "js/components/ui/FilePicker/file-input-field.reel", | 14 | "module": "js/components/ui/FilePicker/file-input-field.reel", |
45 | "name": "FileInputField", | 15 | "name": "FileInputField", |
@@ -56,7 +26,8 @@ | |||
56 | "fileInputField": {"@": "fileInputField"}, | 26 | "fileInputField": {"@": "fileInputField"}, |
57 | "newFileName": {"#": "newFileName"}, | 27 | "newFileName": {"#": "newFileName"}, |
58 | "error":{"#": "error"}, | 28 | "error":{"#": "error"}, |
59 | "okButton":{"#": "okButton"} | 29 | "okButton":{"#": "okButton"}, |
30 | "cancelButton":{"#": "cancelButton"} | ||
60 | } | 31 | } |
61 | } | 32 | } |
62 | } | 33 | } |