HI
I'm trying to use the "item tab" type as seen on the Rapido 3.0, but getting an js error in the console (CKEDITOR is not defined). The error appear in the console when i go to the website using the tabbed websitesettings and it prevent the tabs from being rendered
for (let instanceName in CKEDITOR.instances) { //Uncaught ReferenceError: CKEDITOR is not defined
let el = document.getElementById(instanceName);
if (el.closest("#" + cntId)) {
let editorInfo = {
id: instanceName
};
list.push(editorInfo);
}
}
I'm running the DW 9.5.5
BR
Kim