// Context menu function SpawContextMenu(editor) { this.editor = editor; } SpawContextMenu.prototype.editor; SpawContextMenu.prototype.enclosure; SpawContextMenu.prototype.show = function(event) { var last_tbn = ''; this.enclosure = document.createElement("div"); this.enclosure.className = this.editor.theme.prefix+'contextmenu'; this.enclosure.style.position = "absolute"; this.enclosure.style.left = this.editor.getPageOffsetLeft() + event.clientX; this.enclosure.style.top = this.editor.getPageOffsetTop() + event.clientY; this.enclosure.style.zIndex = 15000; // add items var ed = this.editor.controlled_by; for(var i=0; ix

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586