Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Während die TOSC5 Applikation lädt, wird eine Ladeanimation angezeigt. Die Farben dieser können mittels folgender Einstellung angepasst werden, siehe “loadingAnimationColor”:

Code Block
<script> 
window.dw = window.dw || function () { (dw.q = dw.q || []).push(arguments); }; 
dw("settings", "32747417-dacd-4af0-88b5-deb964f0726a", { 
    lang: "de", 
    loadingAnimationColor: {
        main: "#41ffad",
        alt: "#d2d2d2"
    },
    profileOverrides: ["teaser=false"], 
    context: {} 
});
</script>
<script async src="https://web5testweb5.deskline.net/start/ACCOWEB/32747417-dacd-4af0-88b5-deb964f0726a/index.js"></script>

...

Code Block
<script> 
window.dw = window.dw || function () { (dw.q = dw.q || []).push(arguments); }; 
dw("settings", "32747417-dacd-4af0-88b5-deb964f0726a", { 
    lang: "de", 
    styleResources:[
        "https://www.example.com/styles1.css",
        "https://www.example.com/styles2.css"
    ],
    profileOverrides: ["teaser=false"], 
    context: {} 
});
</script>
<script async src="https://web5testweb5.deskline.net/start/ACCOWEB/32747417-dacd-4af0-88b5-deb964f0726a/index.js"></script>

...