Posted 20 Mar 2014 Link to this post
Posted 24 Mar 2014 Link to this post
<
telerik:RadScriptManager
runat
=
"server"
ID
"RSM1"
></
>
script
type
"text/javascript"
src
"<%= Page.ClientScript.GetWebResourceUrl(typeof(RadEditor), "
Telerik.Web.UI.Editor.RadEditor.Commands.LegacyInlineCommands.js") %>"></
telerik:RadEditor
"RadEditor1"
</
protected
void
Page_Load(
object
sender, EventArgs e)
{
RadEditor1.DisableFilter(EditorFilters.ConvertTags);
}
Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.
Posted 06 Oct 2015 in reply to Ianko Link to this post
Hi, I was wondering if there is a way to enable both <strong> and <b> tags within the control, or does it have to be one or the other? I would like headers of my text to just be bold, but there are key words that I would like to have in a strong tag.
Please let me know your thoughts.
Posted 07 Oct 2015 Link to this post
Posted 07 Oct 2015 in reply to Ianko Link to this post
Hi Ianko,
Thank you for your quick response! This is good to know.