Editor.show

When Xopus runs inside in an iframe element, it will replace the xopusHidden class name with xopusVisible. This does require the xopusHidden class name to be set already.

<iframe src="xopus/xopus.html#xml/document.xml" class="xopusHidden"/>
Editor.addEventListener("load", function () {
  Editor.show()
});

Editor.show()