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

Hide/Remove Folder Textbox From Image Manager

4 Answers 46 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jean
Top achievements
Rank 1
Jean asked on 16 Oct 2008, 11:00 AM
Hi,

Is it possible to remove or hide the textbox from the image manager? I know it is possible in the asp.net control, but in the ajax version it is not so obvious.

any help would be appreciated

Jean

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Oct 2008, 12:53 PM
Hi Jean,

Please, review the following help article on the subject: ExternalDialogsPath property.

Let me know if you need additional help.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jean
Top achievements
Rank 1
answered on 16 Oct 2008, 12:59 PM
Hi Rumen,

Thanks for getting back to me, I have done what is in the link, that is fine for hiding the controls which I've have done, but I need to hide the textbox that displays the folder path. 

I've looked at ImageManager.ascx, and I think the folder path is part of this control:

<

 

widgets:GenericFileLister height="317px" id="GenericFileLister1" runat="server">

There does not seem to be a way to edit it, any ideas?

Many thanks
Jean

0
Lini
Telerik team
answered on 16 Oct 2008, 02:05 PM
Hello Jean,

The textbox above the file browser has a CSS class "folderPath". Simply add a style tag to the ImageManager.ascx control and you should be able to hide it:

<style type="text/css">
.folderPath
{
   display:none;
}
</style>

I hope this helps.

Regards,
Lini
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jean
Top achievements
Rank 1
answered on 16 Oct 2008, 02:09 PM
Hi Lini,

That did the trick!

Thank you
Jean
Tags
Editor
Asked by
Jean
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Jean
Top achievements
Rank 1
Lini
Telerik team
Share this question
or