Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.25 KB

HtmlContentEditorAttribute.md

File metadata and controls

23 lines (17 loc) · 1.25 KB

HtmlContentEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that the target property should use a "HtmlContent" editor. This is generally a CK editor that contains more functionalities compared to other ones.

[AttributeUsage(AttributeTargets.All)]
public class HtmlContentEditorAttribute : CustomEditorAttribute

Public Members

name description
HtmlContentEditorAttribute() Initializes a new instance of the HtmlContentEditorAttribute class.
Cols { get; set; } Gets or sets the cols for underlying textarea.
Rows { get; set; } Gets or sets the rows for underlying textarea.
const Key Editor type key

See Also