Back to Website
Show / Hide Table of Contents

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 true.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback