Enum TextEditorType
Used for example by the Editbox control to specify the kind of text to be handled by the control.
Namespace: FrameworkSystems.FrameworkBase
Assembly: FrameworkSystems.FrameworkBase.dll
Syntax
[DocfxBrowsable]
public enum TextEditorType
Fields
Name | Description |
---|---|
HTML | Der über den Datasource bereit gestellte Inhalt wird als Html interpretiert. NoteDiese Einstellung ist nur bei mehrzeiligen Editfields möglich (Multiline=true). |
PlainText | Es soll unformatierter Text dargestellt werden. |