Member Junction
Preparing search index...
@memberjunction/ng-base-forms
FieldRichTextMode
Type Alias FieldRichTextMode
FieldRichTextMode
:
"markdown"
|
"html"
|
"code"
|
"plain"
How a field's value should be rendered/edited beyond a plain input.
markdown
/
html
: render formatted in read mode, code editor in edit mode
code
: source code (uses the field's CodeType as the editor language)
plain
: standard text rendering (default)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Member Junction
Loading...
How a field's value should be rendered/edited beyond a plain input.
markdown/html: render formatted in read mode, code editor in edit modecode: source code (uses the field's CodeType as the editor language)plain: standard text rendering (default)