/******************************************************************************* * IBM Confidential * * OCO Source Materials * * A and PM: PD * * (c) Copyright IBM Corp. 2014 * * The source code for this program is not published or otherwise divested of * its trade secrets, irrespective of what has been deposited with the U.S. * Copyright Office. ******************************************************************************/ var ibmConfig = { "com.ibm.mashups.proxy.url": icdConfig.Proxy, "com.ibm.mashups.hub.url": "/mashuphub", "com.ibm.mashups.contextroot": "../../icd/iwidget", "com.ibm.mashups.contextroot.builder": "../../icd/iwidget", "com.ibm.mashups.contextroot.theme.temp": "/themes", "com.ibm.mashups.contextroot.enabler": "../../icd/iwidget", "com.ibm.mashups.contenthandler.private": "/mycontenthandler", "com.ibm.mashups.contenthandler.public": "/contenthandler", "com.ibm.mashups.theme.defaultThemeId": "defaultTheme", "isDebug": true, // not used for Dojo debugging, you probably don't need this. "iWidgetsWithDebug": [ // Leave out the .xml at the end. "rv/ActiveReportIWidget", "rv/ViewerIWidget" ], "allowPublishLogging": "true", "allowPublishTracing": "false", "popupConsole": "false", "pageSourceReadOnly": "true", "autoAcceptSharedGroupName": "default", "userIdKey": "uid", "groupCNKey": "cn", "tunnel.mode": "false", "identifier.prefix": "id", "available.locales": "tr", "contextRootEnabler": "../../icd/iwidget", "contextRootBuilder": "../../icd/iwidget", "xhrTunneling": false, "loadServices": false, "availableLocales": "en", "sessionId": "186039B421E911476FCF32871E09D1DC", "hubURL": "/mashuphub", "locale": icdConfig.productLocale, "fontSizeEnlarged": false, "mappingFunction": null, "extensions": [], "namespaces": { "base": "http://www.ibm.com/xmlns/prod/lotus/mashups/v1.0/base", "model": "http://www.ibm.com/xmlns/prod/lotus/mashups/v1.0/model-elements", "ext": "http://www.ibm.com/xmlns/prod/lotus/mashups/v1.0/extensions", "opensearch": "http://a9.com/-/spec/opensearch/1.1/" }, "servicedocument": 'Modelsnavigationshared-navigationcontentcatalogcommunitythemeuserresourcewidget', "loadingHTML": " " // , "traceConfig": [ // "com.ibm.mashups.*", // "com.ibm.mm.*"] }; var dojoConfig = { "isDebug": ibmConfig.isDebug, "popupConsole": ibmConfig.popupConsole, "locale": icdConfig.productLocale, "extraLocale": [icdConfig.contentLocale], "paths": { "com/ibm/mm": "../../icd/iwidget/js/com/ibm/mm", "com/ibm/mashups": "../../icd/iwidget/js/com/ibm/mashups", "bux": "../../icd/bux/js/bux", "pd": "../../ps/lobdata/dojo/pd" }, "parseOnLoad": true, "useXDomain": true };