Hello,
How can I upload xml file using the RadEditor document manager.
Here is my code:
Please, I need your help in order to solve this problem.
It is appreciated to send me the modified code.
Regards,
Bader
How can I upload xml file using the RadEditor document manager.
Here is my code:
<
telerik:RadEditor
runat
=
"server"
ID
=
"CntntRadEditor"
Height
=
"500px"
Width
=
"100%"
style
=
"z-index:1000;"
Content='<%# DataBinder.Eval( Container, "DataItem.Cntnt") %>' ToolsFile="~/Common/Controls/RadEditor/xml/CustomFullSetOfToolsForSecureTables.xml">
<
Modules
>
<
telerik:EditorModule
Visible
=
"false"
/>
</
Modules
>
<
ImageManager
ViewPaths
=
"~/P/Design/Contents/Guide"
UploadPaths
=
"~/P/Design/Contents/Guide"
DeletePaths
=
"~/P/Design/Contents/Guide"
/>
<
DocumentManager
ViewPaths
=
"~/P/Design/Contents/Guide"
UploadPaths
=
"~/P/Design/Contents/Guide"
DeletePaths
=
"~/P/Design/Contents/Guide"
/>
</
telerik:RadEditor
>
Please, I need your help in order to solve this problem.
It is appreciated to send me the modified code.
Regards,
Bader