or
<telerik:RadScriptManager ID="RadScriptManager1" runat="server" EnableCdn="true"> <Groups> <telerik:ScriptReferenceGroup> <Scripts> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" /> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" /> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryPlugins.js" /> </Scripts> </telerik:ScriptReferenceGroup> </Groups> </telerik:RadScriptManager>Hello,,
We are using RadEditor in our application. Here we are facing an issue in RadEditor’s HTML mode.
The actual issues is ,the word href="[!RPLINK:2!]" is displaying as href="[%21RPLINK:2%21]".
We are not getting why the extra characters are displaying like %21 instead of ! in HTML mode.
This issue exist in FireFox browser only in IE, Chrome its working fine.
REgards
Samir
if (chb.checked) { jQuery("#" + ddlId).removeAttr('disabled');} else { jQuery("#" + ddlId).attr('disabled', 'disabled');}