| CKEditorControlFileBrowserLinkWindowWidth Property | 
             The default width of file browser window in CKEditor is set 
             to 80% of screen width.
             If for some reasons, the default values are not suitable for you, 
             you can change it to any other value.
            
             To set the size of the window in pixels, 
             just set the number value (e.g. "800"). 
             If you prefer to set height and width of the window 
             in percentage of the screen, remember to add percent 
             sign at the end (e.g. "60%").
            
             Default value: undefined (Unit.Empty)
            
             Set to Unit.Empty to reset to default value
             
 
Namespace: CMS.CKEditorAssembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
 Syntax
Syntaxpublic Unit FileBrowserLinkWindowWidth { get; set; }Property Value
Type: 
Unit See Also
See Also