Setting default font size in the editor no longer appears to be working in ASP.NET for AJAX.
1. In Firefox it doesn't get set at all.
2. In IE it appears to be set but no tags are written out to the HTML. The font appears to be in the correct format in Editor until you try to save it to the database or read it out in someway. Even if the user highlights text and explicitly sets the dropdown to the font then it ignores it and does not write it out in the HTML script.
This forum example below used to work, and the HTML used to be set correctly in both browsers.
http://www.telerik.com/community/forums/thread/b311D-etkmk.aspx
My event looks like this:
function OnClientEditorLoad(editor)
{
editor.get_document().body.style.fontSize = "medium";
}
1. In Firefox it doesn't get set at all.
2. In IE it appears to be set but no tags are written out to the HTML. The font appears to be in the correct format in Editor until you try to save it to the database or read it out in someway. Even if the user highlights text and explicitly sets the dropdown to the font then it ignores it and does not write it out in the HTML script.
This forum example below used to work, and the HTML used to be set correctly in both browsers.
http://www.telerik.com/community/forums/thread/b311D-etkmk.aspx
My event looks like this:
function OnClientEditorLoad(editor)
{
editor.get_document().body.style.fontSize = "medium";
}
