Class TextEditorType
Used for example by the Editbox control to specify the kind of text to be handled by the control.
Inheritance
System.Object
TextEditorType
Namespace: FS.Hosting.Shared
Assembly: FS.Hosting.Shared.dll
Syntax
[DocfxBrowsable]
public sealed class TextEditorType : Enum
Fields
HTML
Der über den Datasource bereit gestellte Inhalt wird als Html interpretiert.
Note
Diese Einstellung ist nur bei mehrzeiligen Editfields möglich (Multiline=true).
PlainText
Es soll unformatierter Text dargestellt werden.