Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Yes, you can add something like this javascript (which is there in the current version):
<script type='text/javascript'>
function onNavigate(newPageLink)
{
return -1;
}
function onCommand(newCommand)
{
return -1;
}
function TestOfficeAddin()
{
if(!document.getElementById("componentTable"))
{
return;
}
}
function onLoad()
{
if(window.TestClientTools)
{
TestClientTools();
}
if(window.TestOfficeAddIn)
{
TestOfficeAddIn();
}
}
</script>
Using Community 3.1 the connection between the left and right frame of edit mode is lost whenever a module in the Community tab is selected (so a reload is required before pages can be opened and edited). I suppose the ControlWrapper.aspx lacks some javascript or something that is used to keep the frames connected. Can I add it? How?