0

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
  • 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. Commented Jun 12, 2013 at 16:17

1 Answer 1

1

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

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.