mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-44079 Javascript: EditPDF editor should be modal
This commit is contained in:
parent
bc0477392b
commit
aebc768f94
4 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue