MDL-44079 Javascript: EditPDF editor should be modal

This commit is contained in:
Andrew Nicols 2014-02-11 12:17:47 +08:00
parent bc0477392b
commit aebc768f94
4 changed files with 4 additions and 1 deletions

View file

@ -3228,6 +3228,7 @@ EDITOR.prototype = {
headerContent: this.get('header'), headerContent: this.get('header'),
bodyContent: this.get('body'), bodyContent: this.get('body'),
footerContent: this.get('footer'), footerContent: this.get('footer'),
modal: true,
width: '840px', width: '840px',
visible: false, visible: false,
draggable: true draggable: true

View file

@ -3228,6 +3228,7 @@ EDITOR.prototype = {
headerContent: this.get('header'), headerContent: this.get('header'),
bodyContent: this.get('body'), bodyContent: this.get('body'),
footerContent: this.get('footer'), footerContent: this.get('footer'),
modal: true,
width: '840px', width: '840px',
visible: false, visible: false,
draggable: true draggable: true

View file

@ -288,6 +288,7 @@ EDITOR.prototype = {
headerContent: this.get('header'), headerContent: this.get('header'),
bodyContent: this.get('body'), bodyContent: this.get('body'),
footerContent: this.get('footer'), footerContent: this.get('footer'),
modal: true,
width: '840px', width: '840px',
visible: false, visible: false,
draggable: true draggable: true