PDFreactor:
3.0.3311 (2008-07-07)
edit-on Pro:
5.2.221 (2008-06-23)
edit-on JavaBean SDK:
5.3.310 (2008-10-24)
TYPO3 Extension:
2.0.2 (2007-06-14)
1.6 How can I specify a default font in the editor?
To change the default font in the editor you can use cascading style sheets e.g.:
body { font-family:SansSerif; }
or e.g.
p { font-family:SansSerif; }
To load this style sheet into the applet, you can use the "setstylesheet" or "setstylesheeturl" Java Script API function (for more information, please review the edit-on Pro integration manual, chapter 2.4 "Java Script API") or the "stylesheeturl" Applet parameter, chapter 2.1 "Applet Parameter API".