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

remove path

1 Answer 55 Views
Editor
This is a migrated thread and some comments may be shown as answers.
beeta one
Top achievements
Rank 1
beeta one asked on 23 Jan 2013, 01:12 PM
How to remove the path shown in the textbox of fileexplores? 

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 23 Jan 2013, 01:16 PM
Hi,

Try the following to hide the address bar:

1) Register the external dialog files of RadEditor:

ASPX:
<telerik:radeditor runat="server" ExternalDialogsPath="~/EditorDialogs" ID="RadEditor1">
   <TemplateManager ViewPaths="~/" UploadPaths="~/" />
   <ImageManager ViewPaths="~/" UploadPaths="~/" />
</telerik:radeditor>

2) Open the \EditorDialogs\FileBrowser.ascx file, locate the RadFileExplorer control and set the VisibleControls property with the following value.

ASPX:
<telerik:RadFileExplorer ID="RadFileExplorer1" Height="410px" Width="400px" TreePaneWidth="150px" VisibleControls="ContextMenus,Grid,Toolbar,TreeView" runat="Server" EnableOpenFile="false" AllowPaging="true" />

3) Save the files, load the page with the editor and test the dialogs.

Hope this helps.

Regards,
Princy.
Tags
Editor
Asked by
beeta one
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or