MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / inlineDialog

Method inlineDialog

src/content-scripts/verifyFrame.js:86–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 inlineDialog() {
87 this.vDialog = document.createElement('iframe');
88 this.vDialog.id = `vDialog-${this.id}`;
89 this.vDialog.src = chrome.runtime.getURL(`components/decrypt-message/decryptMessage.html?id=${this.id}`);
90 this.vDialog.frameBorder = 0;
91 this.vDialog.scrolling = 'no';
92 this.vDialog.classList.add('m-frame-dialog');
93 this.eFrame.append(this.vDialog);
94 this.setFrameDim();
95 this.vDialog.classList.add('m-show');
96 }
97
98 popupDialog() {
99 this.port.emit('vframe-display-popup');

Callers 1

onShowMethod · 0.95

Calls 2

setFrameDimMethod · 0.95
addMethod · 0.80

Tested by

no test coverage detected