This is a migrated thread and some comments may be shown as answers.

Image Manager search

4 Answers 67 Views
Editor
This is a migrated thread and some comments may be shown as answers.
HSLaw
Top achievements
Rank 1
HSLaw asked on 23 Nov 2011, 06:59 AM
Hi,

Is it possible to have search in Image Manager?
It can be difficult to find an image if the folder has thousands of images.
Thanks.

4 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 23 Nov 2011, 10:56 AM
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,
<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.
0
Vessy
Telerik team
answered on 18 Jun 2014, 05:00 PM
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?
  • 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.

 
Tags
Editor
Asked by
HSLaw
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Kristoffer
Top achievements
Rank 1
Guy
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or