Hallo,
ich bekomme bei der Funktion "reload" im ContentCreator folgende Fehlermeldung.
Nested ContentCreator detected, aborting startup.
Hat jemand eine Idee was ich falsch mache?
Das Beispiel ist nah an dem aus der Dokumentation
function foo(){
var result ....
..
..
..
if(result == "SUCCESS"){
top.WE_API.Preview.reload();
}
}
Viele Grüße
Daniel