ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorAudioSettings

    Show / Hide Table of Contents

    Class RichTextEditorAudioSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    RichTextEditorAudioSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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
    EJTagHelper.IsComplex

    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
    EJTagHelper.ParentPropertyName

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved