HtmlNoteContentEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that the target property should use a "HtmlNoteContent" editor. This is generally a CK editor with only basic functionality for notes enabled.

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

Public Members

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

See Also