hi
if user enter any url like www.google.com in Radeditor it is getting anchor tag in html view.how to disable this one.
Thanks and Regards
Srikanth
if user enter any url like www.google.com in Radeditor it is getting anchor tag in html view.how to disable this one.
Thanks and Regards
Srikanth
<telerik:RadEditor ID="txtMessage" runat="server" Height="200px" Width="470px" Skin="Office2007" DialogHandlerUrl="Telerik.Web.UI.DialogHandler.axd" TabIndex="3" OnClientLoad="OnClientLoad" ContentFilters="MakeUrlsAbsolute,FixEnclosingP,IECleanAnchors " > <RealFontSizes> <telerik:EditorRealFontSize Value="1pt" /> <telerik:EditorRealFontSize Value="2pt" /> <telerik:EditorRealFontSize Value="3pt" /> <telerik:EditorRealFontSize Value="4pt" /> <telerik:EditorRealFontSize Value="5pt" /> <telerik:EditorRealFontSize Value="6pt" /> <telerik:EditorRealFontSize Value="7pt" /> <telerik:EditorRealFontSize Value="8pt" /> <telerik:EditorRealFontSize Value="9pt" /> <telerik:EditorRealFontSize Value="10pt" /> <telerik:EditorRealFontSize Value="11pt" /> <telerik:EditorRealFontSize Value="12pt" /> <telerik:EditorRealFontSize Value="13pt" /> </RealFontSizes> <Tools> <telerik:EditorToolGroup> <telerik:EditorTool Name="FindAndReplace" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="Undo" /> <telerik:EditorTool Name="Redo" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="Cut" /> <telerik:EditorTool Name="Copy" /> <telerik:EditorTool Name="Paste" /> </telerik:EditorToolGroup> <telerik:EditorToolGroup> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="ForeColor" /> <telerik:EditorTool Name="BackColor" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="FontName" /> <telerik:EditorTool Name="RealFontSize" /> </telerik:EditorToolGroup> </Tools> </telerik:RadEditor>