MDL-44079 Javascript: EditPDF editor should be modal

This commit is contained in:
Andrew Nicols
2014-02-11 12:18:52 +08:00
parent bc0477392b
commit aebc768f94
4 changed files with 4 additions and 1 deletions
@@ -3228,6 +3228,7 @@ EDITOR.prototype = {
headerContent: this.get('header'),
bodyContent: this.get('body'),
footerContent: this.get('footer'),
modal: true,
width: '840px',
visible: false,
draggable: true
File diff suppressed because one or more lines are too long
@@ -3228,6 +3228,7 @@ EDITOR.prototype = {
headerContent: this.get('header'),
bodyContent: this.get('body'),
footerContent: this.get('footer'),
modal: true,
width: '840px',
visible: false,
draggable: true
@@ -288,6 +288,7 @@ EDITOR.prototype = {
headerContent: this.get('header'),
bodyContent: this.get('body'),
footerContent: this.get('footer'),
modal: true,
width: '840px',
visible: false,
draggable: true