4 Answers, 1 is accepted
0
Accepted
Hi Hslaw,
Yes, it is possible. Here are the steps to enable the Filter textbox in the File Browser dialogs
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,
2) Open the EditorDialogs\FileBrowser.ascx file, locate the <telerik:RadFileExplorer declaration and set EnableFilterTextBox="True", e.g.
3) Save the files and refresh the page to test the Image manager dialog.
Kind regards,
Rumen
the Telerik team
Yes, it is possible. Here are the steps to enable the Filter textbox in the File Browser dialogs
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,
<
telerik:RadEditor
runat
=
"server"
ExternalDialogsPath
=
"~/EditorDialogs"
ID
=
"RadEditor1"
>
<
ImageManager
ViewPaths
=
"~/"
UploadPaths
=
"~/"
/>
</
telerik:RadEditor
>
2) Open the EditorDialogs\FileBrowser.ascx file, locate the <telerik:RadFileExplorer declaration and set EnableFilterTextBox="True", e.g.
<
telerik:RadFileExplorer
ID
=
"RadFileExplorer1"
Height
=
"450px"
Width
=
"400px"
TreePaneWidth
=
"150px"
runat
=
"Server"
EnableOpenFile
=
"false"
EnableFilterTextBox="True"
AllowPaging
=
"true"
PageSize
=
"100"
/>
3) Save the files and refresh the page to test the Image manager dialog.
Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0

Kristoffer
Top achievements
Rank 1
answered on 04 Dec 2013, 06:41 AM
Thanks, it helped a lot
0

Guy
Top achievements
Rank 1
answered on 14 Jun 2014, 04:24 PM
Hi,
Following these 3 steps, when I'm adding ExternalDialogsPath="~/EditorDialogs" the image can't be inserted into the editor.
When pressing the "Insert" button, nothing happens in the editor, and you can't see the added image.
Any idea what is the problem?
Thanks,
Guy.
Following these 3 steps, when I'm adding ExternalDialogsPath="~/EditorDialogs" the image can't be inserted into the editor.
When pressing the "Insert" button, nothing happens in the editor, and you can't see the added image.
Any idea what is the problem?
Thanks,
Guy.
0
Hi Guy,
I tried to reproduce the problematic behavior but the Editor with the provided by Rumen configuration behaves properly on my side. Can you please provide more details on the exact scenario?
Looking forward to hearing from you,
Vessy
Telerik
I tried to reproduce the problematic behavior but the Editor with the provided by Rumen configuration behaves properly on my side. Can you please provide more details on the exact scenario?
- Which version of the controls is used in your application?
- In which browser and its version does the issue occur?
- Could you verify that there is no any JavaScript error thrown on the page?
It would be really helpful if you prepare a sample fully runnable project reproducing the problem, so we could debug it locally.
Looking forward to hearing from you,
Vessy
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.