Class RichTextEditorSlashMenuSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RichTextEditorSlashMenuSettings
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorSlashMenuSettings : EJTagHelper
Constructors
RichTextEditorSlashMenuSettings()
Declaration
public RichTextEditorSlashMenuSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Enable
Specifies whether to enable or disable the slash menu in the editor.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Items
Defines the items to be displayed in the slash menu.
Declaration
public object Items { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
PopupHeight
Specifies the height of the slash menu popup. Can be defined in pixels, numbers, or percentages. A numeric value is treated as pixels.
Declaration
public string PopupHeight { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "320px" |
PopupWidth
Specifies the width of the slash menu popup. Can be defined in pixels, numbers, or percentages. A numeric value is treated as pixels.
Declaration
public string PopupWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "300px" |