EditCompleteDocument Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..EditCompleteDocument Property |
| Editor Class See Also Send Feedback |
Specifies whether a complete HTML document is being edited.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
Remarks
If false, the editor will only process content inside the page body i.e. all content inside of the
<body>...</body> tags of a page.
If true, the editor will process content outside the page body and preserve header tags (e.g. <head>...</head>, <title>...</title>, etc.).