WebitorCompatibilityMode Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or sets the compatibility mode for the webitor. The webitor component is using Internet Explorer to render contents and components in design mode. The default mode is IE 7 emulate mode. Server/user controls that is rendered is always using IE5 (quirks mode) since the standard designer classes in .NET Framework assumes that design view is rendered in that mode. The recommended mode is EmulateIE7. In some cases this mode can cause Internet explorer to hung. If that's the case, the recomended solution is to switch mode to IE5. Newer modes than IE 7 can be used, however those modes are very buggy in Internet Explorer design mode.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public WebitorDocumentCompatibilityMode CompatibilityMode { get; set; }

Property Value

Type: WebitorDocumentCompatibilityMode
The compatibility mode.
See Also

Reference