Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: Standard font in HTML editor Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
paddy78
Newbie
Newbie


Joined: 20 April 2014
Location: Germany
Online Status: Offline
Posts: 4
Posted: 08 May 2014 at 4:20am | IP Logged Quote paddy78

Hi,

where can I change the standard font and font size in the HTML Editor?
Back to Top View paddy78's Profile Search for other posts by paddy78
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6040
Posted: 11 May 2014 at 5:00am | IP Logged Quote Igor

That's an interesting question indeed, I'll check this with the developers and will get back to you.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6040
Posted: 12 May 2014 at 12:33am | IP Logged Quote Igor

Have just heard from the UI developer. You'll need to adjust static/js/app.js file. Assuming you run v7.3, change line ~18472:

Code:
this.sDefaultFont = 'Tahoma';


and line ~18482:

Code:
this.iDefaultSize = 3;


In case of v7.2, that would be line ~17190:

Code:
this.iDefaultFont = 'Tahoma';


and line ~17200:

Code:
this.iDefaultSize = 3;


Note that app.js file isn't used by default - its minified version app.min.js is used. To change that, add the following item to the array defined in data/settings/config.php file:

Code:
'labs.use-app-min-js' => false,


Also, be sure to clear browser cache to apply changes.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide