synyx GmbH & Co. KG Homepage


Print at May 20, 2013 8:01:56 AM

Posted by Daniel at Jun 14, 2007 1:08:29 PM
Re: Migrate from FCK 2.2 to 2.4
To get rid of the js-AlertBox "Unkown toolbar item "UniversalKey" (OpenCms 7 rc1)
edit /system/workplace/editors/fckeditor/configwidget.js (afaik for xml-Content)
and customconfig.js
the line
toolbar.append(",'SpecialChar','UniversalKey'");
to
toolbar.append(",'SpecialChar'");

save, publish and purge JSP-Repo

with help from Kai Schliemann smile