Dialog
Was this helpful?
Disable the dialog-based proofreading mode by setting disableDialog to true. Proofreading will run only inline, and the "proofread in dialog" option will be unavailable. By default, the dialog is available.
disableDialog: truePlace the dialog inside a reserved section of the interface with proofreadDialogContainer. By default, the dialog opens as a floating window.
proofreadDialogContainer: '#sidebar-dialog'This mode is useful when a sidebar or reserved area should display all suggestions in one place.
Requires globalBadge: true.
If the sidebar width differs from the default 340px, adjust badgeOffsetX and badgeOffsetY to position the badge accordingly.
See the sidebar demo.

Aggregate suggestions from all editable fields with globalProofreadDialog into a single Proofread in dialog window. This is enabled by default; set to false to open a separate dialog per field.

Was this helpful?
Was this helpful?
globalProofreadDialog: true
