NewProjectDialog Constructor

Initializes the NewProjectDialog. Called during construction.
 

Parameters

options

Type: Object
The default options for this dialog. Structure:
 isDuplicating           [type: Boolean, default: false]         - Indicates whether or not this dialog is for a project duplication.
 duplicateProjectId      [type: String, default: null]           - If this is for duplication, the original project ID should be provided here.
 duplicateProjectName    [type: String, default: null]           - if this is for duplication, the original project name should be provided here.
 isAdminSection          [type: Boolean, default: false]         - Indicates whether or not this dialog originated from admin/Projects or the main menu.