peoplesoft - Adding a font in CKEditor -
i peoplesoft developer. ckeditor rich text editor in our product , delivered feature of product. have make modification delivered feature of ckeditor. need add additional font delivered fonts of tool. have made changes mentioned in blogs- file name : \ckeditor_source\plugins\font\plugin.js
ckeditor.config.font_names = 'arial/arial, helvetica, sans-serif;' + 'comic sans ms/comic sans ms, cursive;' + 'courier new/courier new, courier, monospace;' + 'georgia/georgia, serif;' + 'lucida sans unicode/lucida sans unicode, lucida grande, sans-serif;' + 'tahoma/tahoma, geneva, sans-serif;' + 'times new roman/times new roman, times, serif;' + 'trebuchet ms/trebuchet ms, helvetica, sans-serif;' + 'verdana/verdana, geneva, sans-serif;' + 'futura ltcn bt/futura ltcn bt';
even after making above change not able view new font in rte. new javasript. kindly assis me in files modified. change critical next requirement.
thanks in advance
vinoth kanna m
you should not modify source files change editor configuration. please refer setting configuration article choose configuration method best suited needs.
remember clear browser cache after introducing javascript/css changes!
Comments
Post a Comment