Talk:Rich Text Custom Fields/@comment-Cris70-20141224115549

From Request Tracker Wiki
Revision as of 16:53, 6 April 2016 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I have various config.js files in my RT installation (RT 4.2.9):

/opt/rt4/share/static/RichText/config.js
/opt/rt4/share/html/NoAuth/RichText/ckeditor/config.js

I also created an additional config.js as said in this article:

/opt/rt4/local/static/RichText/config.js

I changed ALL the config.js files so that the toolbar starts in the expanded state:

config.toolbarStartupExpanded = true;

however, the toolbar stays collapsed, even after restarting httpd.

Any suggestion?