RadEditor for ASP.NET

RadEditor Send comments on this topic.
UseClassicDialogs Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : UseClassicDialogs Property


Gets or sets the value indicating whether the RadEditor will use RadWindow windows or popup windows for its toolbars and dialogs.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
Public Property UseClassicDialogs As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As Boolean
 
instance.UseClassicDialogs = value
 
value = instance.UseClassicDialogs
C# 
public bool UseClassicDialogs {get; set;}

Return Value

true when the RadEditor's toolbars and dialogs use popup windows; otherwise false. The default value is false.

Remarks

The advantage of the RadWindow windows is that they will not be blocked by the browser's pop-up blockers.

Moreover, the status bar, which is mandatory for all Internet Explorer browser windows in SP2, will not be displayed, preserving the proper graphic design of the dialogs.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also