Has anyone been able to change the skin for ckeditor?
I can see other skins are there (/opt/otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/skins/) and have updated the config.js file to have the line:
config.skin = 'kama';
in the file, but it doesn't seem to change it. Is it set by default in another file?
Change ckeditor skin
Moderator: crythias
-
- Znuny newbie
- Posts: 38
- Joined: 15 Mar 2015, 10:31
- Znuny Version: v4.0.5 (Debian)
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Change ckeditor skin
Did you clean the JS caches after your changes?
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 38
- Joined: 15 Mar 2015, 10:31
- Znuny Version: v4.0.5 (Debian)
Re: Change ckeditor skin
I have deleted the main OTRS cache, is there specific way to clear the JS cache?
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Change ckeditor skin
It's the loader cache...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 38
- Joined: 15 Mar 2015, 10:31
- Znuny Version: v4.0.5 (Debian)
Re: Change ckeditor skin
Have done, but still no joy.