Skip to main content

Interface: IShowInputSettings

The settings enabling the user input for drop-down lists in the toolbar of the Rich text editor.

Remarks

You can use these settings in IRichTextDialogConfig. The user input is turned on by default.

Example

configuration = {
widgets: {
RichTextDialog: {
showInput: {
size: false,
},
},
},
};

Properties

size?

optional size?: boolean

Enables the user input for the Font size. The default value is true.

Was this page helpful?