namespace: Serenity.ComponentModel assembly: Serenity.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
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 |
- class CustomEditorAttribute
- Source: HtmlContentEditorAttribute.cs