Class RichTextEditorAudioSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorAudioSettings : EJTagHelper
Constructors
RichTextEditorAudioSettings()
Declaration
public RichTextEditorAudioSettings()
Properties
AllowedTypes
Specifies whether to allowType based file select.
Declaration
[HtmlAttributeName("allowedTypes")]
public string[] AllowedTypes { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
LayoutOption
Specifies whether insert audio inline or break.
Declaration
[HtmlAttributeName("layoutOption")]
public DisplayLayoutOptions LayoutOption { get; set; }
Property Value
Type | Description |
---|---|
DisplayLayoutOptions |
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Path
Specifies the path of the location to store the audio and refer it to display the audio.
Declaration
[HtmlAttributeName("path")]
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemoveUrl
Specifies the URL of remove action that receives the file information and handle the remove operation in server.
Declaration
[HtmlAttributeName("removeUrl")]
public string RemoveUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SaveFormat
Specifies whether the inserted audio is saved as blob or base64.
Declaration
[HtmlAttributeName("saveFormat")]
public SaveFormat SaveFormat { get; set; }
Property Value
Type | Description |
---|---|
SaveFormat |
SaveUrl
Specifies the URL of save action that will receive the upload files and save in the server.
Declaration
[HtmlAttributeName("saveUrl")]
public string SaveUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |