how can i add "Segoe UI" font in Ajax html editor extendor? i searched lot and find the option to customize Editor only but not able customize Editor Extendor. could any one tell me how do overwrite HtmlEditorExtendor property to Add cutom font and font-size? Thanks, Saravanan
1 Answer
You need to download ajaxcontroltoolkit sources from the codeplex site and tweak a bit HtmlEditorExtenderBehavior.pre.js file in Client/MicrosoftAjax.Extended project (this is a link to this file on codeplex: HtmlEditorExtenderBehavior.pre.js
Add your font families and font sized to appropriate arrays in _createButton
function.
After that, you can rebuild project and use custom AjaxControlToolkit dll