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 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
Specfies the items to be rendered 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 in pixels/number/percentage. The number value is considered 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 in pixels/number/percentage. The number value is considered as pixels.
Declaration
public string PopupWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "300px" |