Flags that control how the editor handles some aspects of the HTML code generation
Namespace:
EPiServer.EditorAssembly: EPiServer (in EPiServer.dll) Version: 6.1.379.0
Syntax
| C# |
|---|
[SerializableAttribute] [FlagsAttribute] public enum EditorValueOption |
Members
| Member name | Description | |
|---|---|---|
| FullHtmlSource |
If this flag is set, the full HTML source will be returned from
the editor rather than just the code between the body tags.
| |
| ParagraphIsDiv |
By default the editor inserts P-tags as paragraph separators when
the user press Enter. By setting this flag DIV-tags are used instead.
| |
| PasteModeNonIE5 |
By default the editor uses IE5-compaible paste mode which means that
text from for example MS Word that is pasted into the editor will use CSS classes
to define the formatting behavior. By setting this flag, more specific formatting
style definitions are used which will result in more accurate representation of
the original formatting, but will also cause an excessive amount of formatting
information.
| |
| InsertDialogIsUnicode |
If this flag is set parameters passed to the insert dialog will be UFT8 encoded.
| |
| UseOldLinkTool | Obsolete.
If flag is set, use old (pre EPiServer 4.50) style link tools.
|