|
Article relates to
|
RadEditor for ASP.NET AJAX
Telerik.Web.UI
|
|
Created by
|
Rumen Zhekov
|
HOW-TO
Display single upload control in the FileBrowser Upload manager
DESCRIPTION
By default the Upload manager in the RadEditor's FileBrowser dialogs contains three RadUpload controls in it. If you want to customize the Upload dialog and show a single Upload control then follow the instructions below.
SOLUTION
1) Register
the external dialog files of RadEditor:
- Copy the EditorDialogs installation folder to the root of the web project
- Set the ExternalDialogsPath= "~/EditorDialogs/"; property, e.g.
2) Create a UserControl in the root of your web application for example named UserControl.ascx and put the following code in it:
3) Register the custom control in the \EditorDialogs\FileBrowser.ascx external dialog control:
Please
Sign In
to rate this article.