Interface: IRichComboValuesConfig
An object defining the indent and padding values for the Rich text editor.
Remarks
You can use these settings in IRichTextDialogConfig.
Example
configuration = {
widgets: {
RichTextDialog: {
bgColor: "lightgray",
richComboValues: {
padding: { max: 50, min: 5, step: 5 },
},
},
},
};
Properties
indent?
optionalindent?:IRangeParams
Sets indent values for formatted text.
padding?
optionalpadding?:IRangeParams
Sets padding values for formatted text.