Interface IShowInputSettings
The settings enabling the user input for drop-down lists in the toolbar of the Rich text editor.
Package: @aurigma/design-editor-iframe
Remarks
You can use these settings in IRichTextDialogConfig. The user input is turned on by default.
Examples
configuration = {
widgets: {
RichTextDialog: {
showInput: {
size: false
}
}
}
}
Properties
size
Enables the user input for the **Font size**. The default value is true
.
Declaration
size?: boolean;
Property Value
Type | Description |
---|---|
boolean | Enables the user input for the **Font size**. The default value is |