| | |
| | | window.EnableBlockRequest = true;
|
| | | //FV SpeedUp Text Loading
|
| | |
|
| | | var dynEquipmentCache = {};
|
| | | var artPropByArtCache = {};
|
| | |
|
| | | window.useDynamicArticleProperties = true; //getDevConfig("useDynamicArticleProperties");
|
| | | var definedCategories;
|
| | | var definedArtInfoTextCategories;
|
| | |
| | | }
|
| | |
|
| | | definedEquipmentSortingCategories = window.g_cache.get("definedEquipmentSortingCategories");
|
| | | if (definedEquipmentSortingCategories.length === 0 || reload) { |
| | | if (definedEquipmentSortingCategories.length === 0 || reload) {
|
| | | definedEquipmentSortingCategories = ArticleCategory.getEquipmentSortingCategoryList();
|
| | | window.g_cache.add("definedEquipmentSortingCategories", definedEquipmentSortingCategories, true);
|
| | | }
|
| | |
| | |
|
| | | if (searchArticleNumber.length > 0) {
|
| | | kataPageId = searchArticleKataPageId;
|
| | | dh_TempSetJSONData("searchArticleNumber", ""); |
| | | dh_TempSetJSONData("searchArticleNumber", "");
|
| | | dh_TempSetJSONData("searchArticleKataPageId", "");
|
| | | //dh_TempSetJSONData("searchArticleModId", "");
|
| | | if (parent.parent.level2.BereichUeberschrift) {
|
| | |
| | | // filterOptions.filterBySceneArticles = true;
|
| | | //filterOptions.filterByArticles = [];
|
| | | //filterOptions.filterByCategories = [];
|
| | | |
| | |
|
| | | timeline(Date.now(), "Start getKataPage");
|
| | | var rawData = FurnplanCommunicationService.getKataPage(kataPageId.replace("dhcat_", ""), searchArticleNumber, dh_TempGetJSONData("currentManuCat", ""), filterOptions);
|
| | | timeline(Date.now(), "Stop getKataPage");
|
| | |
|
| | | timeline(Date.now(), "Start newKataPage");
|
| | | var kataPage = new KataPage(rawData, kataPageId, dh_TempGetJSONData("autoCollapse"));
|
| | | timeline(Date.now(), "Stop newKataPage");
|
| | |
|
| | | timeline(Date.now(), "Start build");
|
| | | kataPage.build();
|
| | | timeline(Date.now(), "Stop build");
|
| | |
|
| | | |
| | | |
| | | |
| | |
|
| | |
|
| | |
|
| | |
|
| | | kataPage.modules.forEach(function (mod) {
|
| | | if ((mod.singleArticlePage && mod.template === "STANDARD") || mod.defaultConfiguratorArt) {
|
| | |
| | |
|
| | | DocumentReadyEvent();
|
| | |
|
| | | genKataTreeTimeLine.forEach(function (params) {
|
| | | console.log("date: " + params.date + " Text: " + params.text);
|
| | | })
|
| | |
|
| | | });
|
| | | </script>
|
| | | </head>
|