Searched refs:diagramsEditor (Results 1 – 5 of 5) sorted by relevance
28 #diagramsEditor = null; field in DiagramsEditor193 this.#diagramsEditor = document.createElement('iframe');194 this.#diagramsEditor.id = 'plugin__diagrams-editor';195 this.#diagramsEditor.src = JSINFO['plugins']['diagrams']['service_url'];196 document.body.appendChild(this.#diagramsEditor);206 if (this.#diagramsEditor === null) return;207 this.#diagramsEditor.remove();208 this.#diagramsEditor = null;241 …this.#diagramsEditor.contentWindow.postMessage(JSON.stringify({action: 'load', xml: this.#svg}), '…247 this.#diagramsEditor.contentWindow.postMessage([all …]
69 … const diagramsEditor = new DiagramsEditor(this.onSavedMediaFile.bind(this, attributes.id)); constant70 diagramsEditor.editMediaFile(attributes.id);72 const diagramsEditor = new DiagramsEditor(); constant73 diagramsEditor.editMemory(attributes.url, this.onSaveEmbed.bind(this));
19 const diagramsEditor = new DiagramsEditor(() => { constant23 diagramsEditor.editEmbed(
33 const diagramsEditor = new DiagramsEditor(() => { constant37 diagramsEditor.editMediaFile(image.getAttribute('data-id'));
47 const diagramsEditor = new DiagramsEditor();54 diagramsEditor.editMemory(origSvg, svg => {