ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RichTextEditorVideoSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    RichTextEditorVideoSettings
    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 RichTextEditorVideoSettings : EJTagHelper

    Constructors

    RichTextEditorVideoSettings()

    Declaration
    public RichTextEditorVideoSettings()

    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>

    Height

    Specifies whether video height.

    Declaration
    [HtmlAttributeName("height")]
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    LayoutOption

    Specifies whether insert video inline or break.

    Declaration
    [HtmlAttributeName("layoutOption")]
    public DisplayLayoutOptions LayoutOption { get; set; }
    Property Value
    Type Description
    DisplayLayoutOptions

    MaxHeight

    Defines the maximum Height of the video.

    Declaration
    [HtmlAttributeName("maxHeight")]
    public string MaxHeight { get; set; }
    Property Value
    Type Description
    System.String

    MaxWidth

    Defines the maximum Width of the video.

    Declaration
    [HtmlAttributeName("maxWidth")]
    public string MaxWidth { get; set; }
    Property Value
    Type Description
    System.String

    MinHeight

    Defines the minimum Height of the video.

    Declaration
    [HtmlAttributeName("minHeight")]
    public string MinHeight { get; set; }
    Property Value
    Type Description
    System.String

    MinWidth

    Defines the minimum Width of the video.

    Declaration
    [HtmlAttributeName("minWidth")]
    public string MinWidth { get; set; }
    Property Value
    Type Description
    System.String

    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 images and refer it to display the images.

    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

    Resize

    To enable resizing for video element.

    Declaration
    [HtmlAttributeName("resize")]
    public bool Resize { get; set; }
    Property Value
    Type Description
    System.Boolean

    ResizeByPercent

    Video resizing should be done by percentage calculation.

    Declaration
    [HtmlAttributeName("resizeByPercent")]
    public bool ResizeByPercent { get; set; }
    Property Value
    Type Description
    System.Boolean

    SaveFormat

    Specifies whether the inserted video 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

    Width

    Specifies whether video width.

    Declaration
    [HtmlAttributeName("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved