aboutsummaryrefslogtreecommitdiff
path: root/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-01-27 12:05:17 -0800
committerJose Antonio Marquez2012-01-27 12:05:17 -0800
commit3a754133dbc138390503341fd2e9beba3e43aa4b (patch)
treecdeae7d7dd9a30d7b4fab5afb7efad68d4ec7508 /js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.html
parentb89a7ee8b956c96a1dcee995ea840feddc5d4b27 (diff)
downloadninja-3a754133dbc138390503341fd2e9beba3e43aa4b.tar.gz
Merged old FileIO
Diffstat (limited to 'js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.html')
-rwxr-xr-x[-rw-r--r--]js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.html61
1 files changed, 55 insertions, 6 deletions
diff --git a/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.html b/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.html
index 1be4e485..7c271511 100644..100755
--- a/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.html
+++ b/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.html
@@ -10,12 +10,61 @@
10 <link rel="stylesheet" type="text/css" href="new-file-location.css"> 10 <link rel="stylesheet" type="text/css" href="new-file-location.css">
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12 { 12 {
13 "hottextHeight": {
14 "module": "js/components/hottextunit.reel",
15 "name": "HotTextUnit",
16 "properties": {
17 "element": {"#": "templateHeight"},
18 "minValue":25,
19 "maxValue" :2000,
20 "stepSize" :5,
21 "acceptableUnits" : ["px"],
22 "units" : "px"
23 },
24 "bindings": {
25 "value": {
26 "boundObject": {"@": "owner"},
27 "boundObjectPropertyPath": "templateHeight",
28 "oneway": false
29 }
30 }
31 },
32
33 "hottextWidth": {
34 "module": "js/components/hottextunit.reel",
35 "name": "HotTextUnit",
36 "properties": {
37 "element": {"#": "templateWidth"},
38 "minValue":25,
39 "maxValue" :2000,
40 "stepSize" :5,
41 "acceptableUnits" : ["px"],
42 "units" : "px"
43 },
44 "bindings": {
45 "value": {
46 "boundObject": {"@": "owner"},
47 "boundObjectPropertyPath": "templateWidth",
48 "oneway": false
49 }
50 }
51 },
52
53 "fileInputField":{
54 "module": "js/components/ui/FilePicker/file-input-field.reel",
55 "name": "FileInputField",
56 "properties": {
57 "element": {"#": "fileInputField"}
58 }
59 },
13 60
14 "owner":{ 61 "owner":{
15 "module": "js/io/workflow/newFileDialog/new-file-location.reel", 62 "module": "js/io/workflow/newFileDialog/new-file-location.reel",
16 "name": "NewFileLocation", 63 "name": "NewFileLocation",
17 "properties": { 64 "properties": {
18 "element": {"#": "newfileLocation"} 65 "element": {"#": "newfileLocation"},
66 "fileInputField": {"@": "fileInputField"},
67 "newFileName": {"#": "newFileName"}
19 } 68 }
20 } 69 }
21 } 70 }
@@ -27,14 +76,14 @@
27 <div class="template"></div> 76 <div class="template"></div>
28 </div> 77 </div>
29 <div class="locationSelection"> 78 <div class="locationSelection">
30 <div><span>NAME:</span><input id="newFileName" class="nj-skinned newFileName" type="search" value="" /></div> 79 <div><span class="nameText">NAME:</span><input id="newFileName" class="nj-skinned newFileName" type="search" value="" /></div>
31 <div> 80 <div>
32 <span>DIRECTORY:</span> 81 <span>DIRECTORY:</span>
33 <input type="search" id="newFileDirectory" class="nj-skinned newFileDirectory" /> 82 <div id="fileInputField"></div>
34 <img id="findDirectory" class="findDirectory" src="images/panels/project-panel/icon-button-search.png" />
35 </div> 83 </div>
36 <div><span>HEIGHT:</span><span class="templateHeight" id="templateHeight">176 px</span></div> 84 <br />
37 <div><span>WIDTH:</span><span class="templateWidth" id="templateWidth">220 px</span></div> 85 <div><span>WIDTH:</span><span class="templatePx" id="templateWidth"></span></div>
86 <div><span>HEIGHT:</span><span class="templatePx" id="templateHeight"></span></div>
38 </div> 87 </div>
39</div> 88</div>
40</body> 89</body>