I am missing the document manager button from my radeditor, hyperlink manager menu.
how do i enable it?
i have attached how my link manager look like and assembly information for Telerik.Web.UI.dll
ToolsFile.xml
<root> <modules> <module name="RadEditorDomInspector" /> </modules> <tools> <tool name="Cut" shortcut="CTRL+X" /> <tool name="Copy" shortcut="CTRL+C" /> <tool name="Paste" shortcut="CTRL+V" /> <tool name="Undo" shortcut="CTRL+Z" /> <tool name="Redo" shortcut="CTRL+Y" /> <tool separator="true" /> <tool name="FontName" /> <tool name="FontSize" /> <tool name="Bold" shortcut="CTRL+B" /> <tool name="Italic" shortcut="CTRL+I" /> <tool name="Underline" shortcut="CTRL+U" /> <tool name="StrikeThrough" /> <tool name="Subscript" /> <tool name="Superscript" /> <tool name="BackColor" /> <tool name="ForeColor" /> <tool name="FormatStripper" /> </tools> <tools> <tool name="InsertUnorderedList" /> <tool name="InsertOrderedList" /> <tool name="Outdent" /> <tool name="Indent" /> <tool name="JustifyLeft" /> <tool name="JustifyCenter" /> <tool name="JustifyRight" /> <tool name="JustifyFull" /> <tool separator="true" /> <tool name="ApplyClass" /> <tool separator="true" /> <tool name="AjaxSpellCheck" /> <tool separator="true" /> <tool name="FormatBlock" /> <tool name="InsertHorizontalRule" /> </tools> <tools> <tool name="InsertTable" /> <tool name="ToggleTableBorder" /> <tool separator="true" /> <tool name="InsertImage" /> <tool name="InsertLink" /> <tool name="Unlink" /> <tool separator="true" /> <tool name="Help" /> </tools> <contextMenus> <contextMenu forElement="*"> <tool name="Cut"/> <tool name="Copy"/> <tool name="Paste"/> </contextMenu> </contextMenus> <classes> <class name="Clear Class" value="" /> <class name="Normal" value=".ms-rteStyle-Normal" /> <class name="Highlight" value=".ms-rteStyle-Highlight" /> <class name="By Line" value=".ms-rteStyle-Byline" /> <class name="Tag Line" value=".rteStyle-Tagline" /> <class name="Comment" value=".ms-rteStyle-Comment" /> <class name="References" value=".ms-rteStyle-References" /> <class name="Caption" value=".ms-rteStyle-Caption" /> </classes></root>aspx file
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><telerik:RadEditor ID="radEmail" runat="server" ToolsFile="/editor/ToolsFile.xml"></telerik:RadEditor>