[Tickets #2148] Default Font

bugs@bugs.horde.org bugs at bugs.horde.org
Wed Jun 29 18:01:31 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=2148
-----------------------------------------------------------------------
 Ticket             | 2148
 Updated By         | kevin_myer at iu13.org
 Summary            | Default Font
 Queue              | IMP
 Version            | HEAD
 State              | Accepted
 Priority           | 1. Low
 Type               | Enhancement
 Owners             | 
-----------------------------------------------------------------------


kevin_myer at iu13.org (2005-06-29 18:01) wrote:

This would be an example of how you change the default value.  No idea how
you make that a preference though..

Index: htmlarea.js
===================================================================
RCS file: /repository/horde/services/editor/htmlarea/htmlarea.js,v
retrieving revision 1.11
diff -u -r1.11 htmlarea.js
--- htmlarea.js 17 May 2005 01:12:31 -0000      1.11
+++ htmlarea.js 30 Jun 2005 00:58:55 -0000
@@ -140,7 +140,7 @@
        this.fullPage = false;

        // style included in the iframe document
-       this.pageStyle = "";
+       this.pageStyle = 'body { font-family: verdana,sans-serif } ';

        // set to true if you want Word code to be cleaned upon Paste
        this.killWordOnPaste = true;




More information about the bugs mailing list