Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
Look at the source on your generated page and see if the tags render with a CSS class. Then you can control via CSS that way. Otherwise, you could do it by id using CSS. – Garrison Neely Jun 12 at 16:17

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.