Ticket #100 (closed New Feature: fixed)
Set editing area styles in fckconfig.js
| Reported by: | Robby.Klehm@… | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | SD-COE | Cc: | Daniel.Pietsch@…, pkdille, Jyhem, nyloth |
Description
This time the default font (after FCKEditor startet) may to be set in
editor/css/fck_editorarea.css: body, td {
font-family: 'Courier New', Arial, Verdana, Sans-Serif; font-size: 12px;
}
In order to integrate FCKEditor without changes in its code we like to set all configurations in one file. Calling one FCKEditor from php we are using the $oFCKeditor->ConfigCustomConfigurationsPath? option overlaying the parameters.
Could you implement an option to set default font within this config file?
Regards
Robby
Change History
Note: See
TracTickets for help on using
tickets.