| | |
| | | //Fitting Infos
|
| | | ////--------------------------------------------------------------------------------------------------------------------------------------
|
| | | var tmpPropTransInfoRaw = DoSyncFPSAction("GetPropTransInfo", [dh_manufacturer_get(), dh_programmname_get_current()]);
|
| | | |
| | | var propTransInfo = [];
|
| | | if (tmpPropTransInfoRaw !== undefined && tmpPropTransInfoRaw.propTransInfo !== undefined && tmpPropTransInfoRaw.propTransInfo.length > 0) {
|
| | | tmpPropTransInfoRaw.propTransInfo.forEach(function (info) {
|
| | |
| | | text: info[9],
|
| | | img: info[7],
|
| | | hideDelete: (info[8] ? info[8].includes("#HIDEDELETE") : false),
|
| | | hideFront: (info[15] === 1 ? true : false),
|
| | | hideFront: (info[15] === "1" ? true : false),
|
| | | orderIndex: info[16],
|
| | | artNo: info[1],
|
| | | controls: []
|
| | |
| | | });
|
| | |
|
| | | var hideCount = 0;
|
| | | |
| | | kataPages.forEach(function (kp) {
|
| | | var hide = false;
|
| | | if (progReqData && progReqData.KatapagesToHide) {
|
| | | if (Array.isArray(progReqData.KatapagesToHide)) {
|
| | | console.log("asdasd");
|
| | | hide = progReqData.KatapagesToHide.find(function (page) {
|
| | | return page === kp.id;
|
| | | });
|
| | |
| | | parent.level2.document.write(getIndentation(index) + text);
|
| | | }
|
| | | parent.level2.document.write("</div>");
|
| | | } else if (kp.type && kp.type === "placeproposals") {
|
| | | } else if (kp.type && kp.type === "placeproposals" && !kp.hide) {
|
| | | var param = kp.name;
|
| | | var DivZeile = "<div DhRahmenHintergr=" + RahmenHingergrundfarbe +
|
| | | " class='Level' onClick='javascript:ladeKataPagePlaceProposals(\"" + param + "\")' onMouseOut='javascript:MausUeberButton(this,1)' onMouseOver='javascript:MausUeberButton(this,0)' style='background-color:" +
|