RadEditor for ASP.NET AJAX

RadControls for ASP.NET AJAX

The DialogDefinition class of RadEditor provides the ability to change the initial size to the RadEditor's dialogs in the Page_PreRenderComplete event. For example to increase the size of the LinkManager dialog get a reference to it with the GetDialogDefinition method of the DialogDefinition class and using the Width and Height properties set the desired dimension:

The DialogDefinition class also provides also different useful RadWidow configuration setting such as Behaviors, VisibleStatusbar, VisibleTitlebar, etc.