| CKEditorControlFullPage Property | 
             Indicates whether the contents to be edited are being input as a full
             HTML page. A full page includes the <html>, <head>, and <body>
             elements. The final output will also reflect this setting, including
             the <body> contents only if this setting is disabled.
            
             Default value: false
             
 
Namespace: CMS.CKEditor.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic bool FullPage { get; set; }Property Value
Type: 
Boolean See Also
See Also