Back to Website
Show / Hide Table of Contents

Interface IRichComboValuesConfig

An object defining the indent and padding values for the Rich text editor.

Package: @aurigma/design-editor-iframe
Remarks

You can use these settings in IRichTextDialogConfig.

Examples
configuration = {
   widgets: {
       RichTextDialog: {
           bgColor: "lightgray",
           richComboValues: {
               padding: { max: 50, min: 5, step: 5 }
           }
       }
   }
};

Properties

indent

Sets indent values for formatted text.

Declaration
indent?: IRangeParams;
Property Value
Type Description
IRangeParams

Sets indent values for formatted text.

padding

Sets padding values for formatted text.

Declaration
padding?: IRangeParams;
Property Value
Type Description
IRangeParams

Sets padding values for formatted text.

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