/*    
 Copyright 2015 Adobe Systems Incorporated.  All rights reserved. 
    Purpose- This file contains all the Constants that are used in New Document Dialog Browser View
*/
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, maxerr: 50 */
/*jshint -W100 */

var DW_NDD_CONSTANTS = {
    BrowserMainURL: "/NDD/browsercontent/NDD_Browser_UI_Main.html",
    BrowserUIHtmlUrl: "NDD_Browser_UI_HTML.html",
    StringsFilePath: "/NDD/strings/",
	BootstrapFile: "bootstrap.css",
	BootstrapJS: "/js/bootstrap.js",
	JQueryMinJS: "/js/jquery-1.11.2.min.js",
	BootstrapCreationInProgress: 1,
	AllValidationDone: 2,
	StopOnOKHandling: 3,
	LayoutTypeNone: "none",
	LayoutTypeBootstrap: "bootstrap",
	UseExistingBootstrap: "useexisting",
	BuildNewBootstrap: "buildnew",
	BootstrapCss: "/css/bootstrap.css",
	BootstrapBundle: "Shared/LiveEdit/ResponsiveAssets/bootstrap/bundle",
    DocTypeDefault: 2,
	ScreenSmDefault: 768,
	ScreenMdDefault: 992,
	ScreenLgDefault: 1200,
	NumberOfColDefault: 12,
	GutterWidthDefault: 30,
	FILTER: "BootstrapCSS (bootstrap*.css",
    BootstrapHelpUrl: "http://getbootstrap.com",
	BootstrapKBArticleUrl: "https://www.adobe.com/go/nddbs",
    NumberOfColMin: 1,
    NumberOfColMax: 24,
    GutterWidthMin: 1,
    GutterWidthMax: 120,
    //max len of characters in css filename that can be shown in attach css list box
    AttachCssMaxLenWin: 28,
    AttachCssMaxLenMac: 30,
    TabKeyCode: 9,
    SpacebarKeyCode: 32
};

var UI_HTML_CONSTANTS = {
    titleId : "title",
    dtdId : "dtd",
    attachCssAddId : "attachCssAdd",
    attachCssRemoveId : "attachCssRemove",
    attachCssListId : "attachCssList",
    frameworkContentId : "frameworkContent",
    htmlNoneTabId : "tabHeader_1",
    bootStrapTabId : "tabHeader_2",
    htmlNoneContentId : "htmlNoneContent",
    bootstrapContentId : "bootstrapContent",
    bootstrapHelpLink : "bootstrapHelpLink",
	generateBootstrap: "generateBootstrap",
	existingBootstrap: "existingBootstrap",
    useExistingBox: "useExistingBox",
	bootstrapPath: "bootstrapPath",
    attachCssAddBootstrap : "attachCssAddBootstrap",
    attachCssRemoveBootstrap : "attachCssRemoveBootstrap",
    attachCssListBootstrap : "attachCssListBootstrap",
	noOfColumn: "noOfColumn",
	gutterWidth: "gutterWidth",
	screenSmall: "screenSmall",
	screenMedium: "screenMedium",
	screenLarge: "screenLarge",
	prebuiltLayout: "prebuiltLayout",
	dwBootCSSSrcBtn: "dwBootCSSSrcBtn",
    advanceSettingsContent : "advanceSettings",
    showAdvanceSettingsText : "showAdvanceSettingsText",
    customizeText : "customizeText",
    customizeTextDesc : "customizeTextDesc",
    extractCBNone : "extractCBNone",
    extractCBBootstrap : "extractCBBootstrap",
	detailFrameId : "detailFrame"
};

var LABEL_CONSTANTS = {
    bootstrapTabLabel : "bootstrapTabLabel",
    titleLabel : "titleLabel",
    docTypeLabel : "docTypeLabel",
    attachCssNoneLabel : "attachCssNoneLabel",
    extractNoneLabel : "extractNoneLabel",
    bootstrapCssLabel : "bootstrapCssLabel",
    createNewLabel : "createNewLabel",
    useExistingLabel : "useExistingLabel",
    attachCssBSLabel : "attachCssBSLabel",
    deisgnLabel : "deisgnLabel",
    prebuiltLayoutLabel : "prebuiltLayoutLabel",
    customizeDescLabel : "customizeDescLabel",
    columnLabel : "columnLabel",
    gutterLabel : "gutterLabel",
    screenLabel : "screenLabel",
    smallLabel : "smallLabel",
    mediumLabel : "mediumLabel",
    largeLabel : "largeLabel",
    extractBootstrapLabel : "extractBootstrapLabel"
};

var LOGGING_CONSTANTS = {
    NDD_Layout: "NDD Layout",
    Bootstrap_NDD_CustomizeFailed: "Bootstrap_NDD_CustomizeFailed"
};
