From 87ddd35160b5fb0bf6f1ad0dd6a243b19939c72c Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 11 Jun 2012 23:36:37 -0700 Subject: adding more missing properties Signed-off-by: Valerio Virgillito --- .../new-file-location.reel/new-file-location.js | 10 ++++++ .../new-file-options-navigator.js | 40 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) (limited to 'js/io/ui/new-file-dialog') diff --git a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.js b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.js index e8a699cc..1eecbb9a 100755 --- a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.js +++ b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.js @@ -10,6 +10,16 @@ var newFileWorkflowControllerModule = require("js/io/ui/new-file-dialog/new-file var NewFileLocation = exports.NewFileLocation = Montage.create(Component, { + fileInputField: { + value: null, + serializable: true + }, + + newFileName: { + value: null, + serializable: true + }, + templateHeight:{ value:"25 px" }, diff --git a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js index 7227d532..e6202b07 100644 --- a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js +++ b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js @@ -12,6 +12,46 @@ var Montage = require("montage/core/core").Montage, var NewFileOptionsNavigator = exports.NewFileOptionsNavigator = Montage.create(Component, { + projectTypeTree: { + value: null, + serializable: true + }, + + cancelButton: { + value: null, + serializable: true + }, + + okButton: { + value: null, + serializable: true + }, + + templateIcons: { + value: null, + serializable: true + }, + + templatesContainer: { + value: null, + serializable: true + }, + + locationSelection: { + value: null, + serializable: true + }, + + newFileLocation: { + value: null, + serializable: true + }, + + error: { + value: null, + serializable: true + }, + newFileModel: { writable: true, enumerable:false, -- cgit v1.2.3