Class RichTextEditorInlineModeBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RichTextEditorInlineModeBuilder
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorInlineModeBuilder : ControlBuilder
Constructors
RichTextEditorInlineModeBuilder()
Declaration
public RichTextEditorInlineModeBuilder()
RichTextEditorInlineModeBuilder(RichTextEditorInlineMode)
Declaration
public RichTextEditorInlineModeBuilder(RichTextEditorInlineMode model)
Parameters
Type | Name | Description |
---|---|---|
RichTextEditorInlineMode | model |
Methods
Enable(Boolean)
Determines whether the inline toolbar in the RTE is enabled or disabled.
Declaration
public RichTextEditorInlineModeBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
OnSelection(Boolean)
Specifies whether the inline toolbar should be rendered based on the presence of a selection. When set to true, the toolbar will be displayed only when text or content is selected. When set to false, the toolbar will be rendered regardless of the selection state.
Declaration
public RichTextEditorInlineModeBuilder OnSelection(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |