diff options
author | Jose Antonio Marquez | 2012-01-27 12:05:17 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-01-27 12:05:17 -0800 |
commit | 3a754133dbc138390503341fd2e9beba3e43aa4b (patch) | |
tree | cdeae7d7dd9a30d7b4fab5afb7efad68d4ec7508 /js/io/workflow/newFileDialog/new-file-options-navigator.reel | |
parent | b89a7ee8b956c96a1dcee995ea840feddc5d4b27 (diff) | |
download | ninja-3a754133dbc138390503341fd2e9beba3e43aa4b.tar.gz |
Merged old FileIO
Diffstat (limited to 'js/io/workflow/newFileDialog/new-file-options-navigator.reel')
-rwxr-xr-x[-rw-r--r--] | js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.css | 107 | ||||
-rwxr-xr-x[-rw-r--r--] | js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html | 45 | ||||
-rwxr-xr-x[-rw-r--r--] | js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.js | 375 |
3 files changed, 439 insertions, 88 deletions
diff --git a/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.css b/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.css index 01f0885e..7ef6d2ce 100644..100755 --- a/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.css +++ b/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.css | |||
@@ -6,11 +6,21 @@ | |||
6 | 6 | ||
7 | .newfile{ | 7 | .newfile{ |
8 | font-size:12px; | 8 | font-size:12px; |
9 | width:510px; | 9 | width:650px; |
10 | height:500px; | 10 | height:350px; |
11 | padding-left: 15px; | 11 | padding-left: 15px; |
12 | padding-top: 15px; | 12 | padding-bottom:25px; |
13 | background-color:#313131; | 13 | background-color:#313131; |
14 | color:#ffffff; | ||
15 | } | ||
16 | |||
17 | .newfile .title{ | ||
18 | font-size:14px; | ||
19 | height:15px; | ||
20 | padding:5px; | ||
21 | text-align: center; | ||
22 | font-weight: bold; | ||
23 | color: #C1C1C1; | ||
14 | } | 24 | } |
15 | 25 | ||
16 | .newfile .container{ | 26 | .newfile .container{ |
@@ -23,7 +33,7 @@ | |||
23 | float:left; | 33 | float:left; |
24 | width:27%; | 34 | width:27%; |
25 | height:90%; | 35 | height:90%; |
26 | overflow-x:hidden; | 36 | overflow-x:auto; |
27 | overflow-y:auto | 37 | overflow-y:auto |
28 | } | 38 | } |
29 | 39 | ||
@@ -38,24 +48,16 @@ | |||
38 | border: 1px groove #000000; | 48 | border: 1px groove #000000; |
39 | overflow: auto; | 49 | overflow: auto; |
40 | min-height:150px; | 50 | min-height:150px; |
41 | height:55%; | 51 | height:58%; |
42 | width:auto; | 52 | width:auto; |
53 | padding:5px; | ||
43 | } | 54 | } |
44 | 55 | ||
45 | .newfile .right-bottom{ | 56 | .newfile .right-bottom{ |
46 | border: 1px groove #000000; | 57 | border: 1px groove #000000; |
47 | overflow: auto; | 58 | overflow: auto; |
48 | height:45%; | 59 | height:42%; |
49 | padding: 10px; | 60 | padding: 15px; |
50 | } | ||
51 | |||
52 | .newfile .driversList{ | ||
53 | padding: 3px; | ||
54 | text-align: center; | ||
55 | } | ||
56 | |||
57 | .newfile .driversList:hover{ | ||
58 | cursor:pointer; | ||
59 | } | 61 | } |
60 | 62 | ||
61 | .newfile .projectTypeHeader{ | 63 | .newfile .projectTypeHeader{ |
@@ -65,18 +67,18 @@ | |||
65 | font-weight: bold; | 67 | font-weight: bold; |
66 | } | 68 | } |
67 | 69 | ||
68 | |||
69 | |||
70 | .newfile .highlighted{ | ||
71 | background-color: #343434; | ||
72 | } | ||
73 | |||
74 | |||
75 | .newfile .buttons{ | 70 | .newfile .buttons{ |
76 | float:right; | 71 | float:right; |
77 | margin-top: 7px; | 72 | margin-top: 7px; |
78 | } | 73 | } |
79 | 74 | ||
75 | .newfile .errorMsg{ | ||
76 | float:left; | ||
77 | margin-top: 7px; | ||
78 | } | ||
79 | .newfile .errorMsg span{ | ||
80 | color: #BF3B3B; | ||
81 | } | ||
80 | 82 | ||
81 | .newfile .disable{ | 83 | .newfile .disable{ |
82 | color:#5f5f5f; | 84 | color:#5f5f5f; |
@@ -91,5 +93,64 @@ | |||
91 | font-weight: bold; | 93 | font-weight: bold; |
92 | } | 94 | } |
93 | 95 | ||
96 | .newfile .atreeItem .name{ | ||
97 | padding: 3px; | ||
98 | } | ||
99 | |||
100 | .newfile .atreeItem .selected{ | ||
101 | background-color: #3f3f3f; | ||
102 | } | ||
94 | 103 | ||
104 | .newfile .icon .selected{ | ||
105 | background-color: #7f7f7f; | ||
106 | } | ||
95 | 107 | ||
108 | .newfile .icon{ | ||
109 | height:90px; | ||
110 | } | ||
111 | |||
112 | .newfile .icon .iconLabel{ | ||
113 | margin-top:4px; | ||
114 | max-width:90%; | ||
115 | white-space: normal; | ||
116 | padding-bottom:4px; | ||
117 | overflow: visible; | ||
118 | } | ||
119 | |||
120 | .newfile .icon .iconImg{ | ||
121 | margin-left:25px; | ||
122 | } | ||
123 | |||
124 | .newfile .okButton{ | ||
125 | margin-right:25px; | ||
126 | -webkit-box-align: center; | ||
127 | text-align: center; | ||
128 | cursor: default; | ||
129 | padding: 0px 6px 0px; | ||
130 | border:2px solid #d1d1d1; | ||
131 | background-color: #e1e1e1; | ||
132 | box-sizing: border-box; | ||
133 | border-radius:10px; | ||
134 | background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%); | ||
135 | cursor:pointer; | ||
136 | } | ||
137 | |||
138 | .newfile .cancelButton{ | ||
139 | -webkit-box-align: center; | ||
140 | text-align: center; | ||
141 | cursor: default; | ||
142 | padding: 0px 6px 0px; | ||
143 | border:2px solid #d1d1d1; | ||
144 | background-color: #e1e1e1; | ||
145 | box-sizing: border-box; | ||
146 | border-radius:10px; | ||
147 | background-image: -webkit-linear-gradient(bottom, #e1e1e1 13%, #d1d1d1 58%, #e1e1e1 40%); | ||
148 | cursor:pointer; | ||
149 | } | ||
150 | |||
151 | .newfile input[type="button"]:disabled{ | ||
152 | background-color: #a1a1a1; | ||
153 | border:2px solid #a1a1a1; | ||
154 | background-image:none; | ||
155 | cursor:auto; | ||
156 | } \ No newline at end of file | ||
diff --git a/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html b/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html index a022f841..36e937e0 100644..100755 --- a/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html +++ b/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html | |||
@@ -10,6 +10,43 @@ | |||
10 | <link rel="stylesheet" type="text/css" href="new-file-options-navigator.css"> | 10 | <link rel="stylesheet" type="text/css" href="new-file-options-navigator.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 | { | ||