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

Styling the file explorer

3 Answers 105 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Dan Pettersson
Top achievements
Rank 1
Dan Pettersson asked on 12 Aug 2011, 01:14 PM
How can I style the File Explorer, considering it lies within an iframe?

Is there any given way to hide the address-path text box?

3 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 16 Aug 2011, 12:13 PM
Hi Dan,

You could find useful the following article: Creating RadFileExplorer Custom Skin.

To hide the address bar, you could use the following CSS style in the head section of your document or in an external style sheet:

.rfeAddressBox
{
 display: none;
}


Regards,
Bojo
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Dan Pettersson
Top achievements
Rank 1
answered on 16 Aug 2011, 12:35 PM
Yes, but how do I get that css loaded within the iFrame where the FileExplorer is rendered?
0
Bozhidar
Telerik team
answered on 16 Aug 2011, 02:34 PM
Hello Dan,

If you create a custom skin for RadFileExplorer it will be loaded the way you like  within the iframe. Also you could style the page that is loaded in the iframe.

You could find also useful the following information: How to apply CSS to iFrame.

Kind regards,
Bojo
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
FileExplorer
Asked by
Dan Pettersson
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Dan Pettersson
Top achievements
Rank 1
Share this question
or