mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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'),
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue