Table of Contents

Enum TextEditorType

Namespace
FrameworkSystems.FrameworkBase
Assembly
FrameworkSystems.FrameworkBase.dll

Used for example by the Editbox control to specify the kind of text to be handled by the control.

public enum TextEditorType

Fields

HTML = 1

Der über den Datasource bereit gestellte Inhalt wird als Html interpretiert.

Note

Diese Einstellung ist nur bei mehrzeiligen Editfields möglich (Multiline=true).

PlainText = 0

Es soll unformatierter Text dargestellt werden.