Hi,
I tried to paste the following text which has some shared path in it in my RadEditor control, i am getting the blank message box. My teleik verison is "2010.1.519.35" . I have attached my sample code here and a screen shot.
"\\test\test\test\Reference"
I tried to paste the following text which has some shared path in it in my RadEditor control, i am getting the blank message box. My teleik verison is "2010.1.519.35" . I have attached my sample code here and a screen shot.
"\\test\test\test\Reference"
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %><telerik:RadEditor runat="server" ID="radeditorSendEmail" LocalizationPath="~/App_GlobalResources/"> <Tools> <telerik:EditorToolGroup> <telerik:EditorTool Name="InsertParagraph" /> <telerik:EditorTool Name="FormatBlock"/> <telerik:EditorTool Name="Indent" /> <telerik:EditorTool Name="Outdent" /> <telerik:EditorTool Name="JustifyLeft" /> <telerik:EditorTool Name="JustifyCenter" /> <telerik:EditorTool Name="JustifyRight" /> <telerik:EditorTool Name="JustifyFull" /> <telerik:EditorTool Name="JustifyNone" /> <telerik:EditorTool Name="InsertUnorderedList" /> <telerik:EditorTool Name="InsertOrderedList" /> <telerik:EditorTool Name="InsertHorizontalRule" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="InsertTable" /> <telerik:EditorTool Name="InsertSymbol" /> </telerik:EditorToolGroup> <telerik:EditorToolGroup> <telerik:EditorTool Name="ConvertToUpper" /> <telerik:EditorTool Name="ConvertToLower" /> <telerik:EditorTool Name="Cut" ShortCut="CTRL+X"/> <telerik:EditorTool Name="Copy" ShortCut="CTRL+C"/> <telerik:EditorTool Name="Paste" ShortCut="CTRL+V"/> <telerik:EditorTool Name="Undo" ShortCut="CTRL+Z"/> <telerik:EditorTool Name="Redo" ShortCut="CTRL+Y"/> <telerik:EditorSeparator /> <telerik:EditorTool Name="Bold" ShortCut="CTRL+B"/> <telerik:EditorTool Name="Italic" ShortCut="CTRL+I"/> <telerik:EditorTool Name="Underline" ShortCut="CTRL+U"/> <telerik:EditorTool Name="StrikeThrough" /> <telerik:EditorTool Name="Superscript" /> <telerik:EditorTool Name="Subscript" /> <telerik:EditorTool Name="FontName"/> <telerik:EditorTool Name="FontSize"/> <telerik:EditorTool Name="ForeColor"/> <telerik:EditorTool Name="BackColor"/> </telerik:EditorToolGroup> </Tools> </telerik:RadEditor>