$w.onReady(() => { $w("Document").onContextMenu((event) => { event.preventDefault(); }); });