Foren

Lite(track change) plugin not work in Liferay 6.2 ckeditor

Jiten Vaghela, geändert vor 7 Jahren.

Lite(track change) plugin not work in Liferay 6.2 ckeditor

New Member Beiträge: 20 Beitrittsdatum: 22.08.16 Neueste Beiträge
I have added youtube and lite(track change) plugins in liferay 6.2 ckeditor like bellow:
1. added Youtube and lite plugin source in to <Liferay_root>/html/js/editor/ckeditor/plugins directory
2. added entries in config. jsp file like bellow:
config.extraPlugins = 'ajaxsave,media,restore,scayt,wsc,youtube,lite';

3. added plugin in to Liferay article toolbar :
config.toolbar_liferayArticle = [
['Styles', 'FontSize', '-', 'TextColor', 'BGColor'],
['Bold', 'Italic', 'Underline', 'Strike'],
['Subscript', 'Superscript'],
'/',
['Undo', 'Redo', '-', 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'SelectAll', 'RemoveFormat'],
['Find', 'Replace', 'SpellChecker', 'Scayt'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
'/',
['Source'],
['Link', 'Unlink', 'Anchor'],
['Image', 'Flash', <c:if test="<%= XugglerUtil.isEnabled() %>">'Audio', 'Video',</c:if> 'Table', '-', 'Smiley', 'SpecialChar', 'LiferayPageBreak'],
'/',
['Youtube'],
['Lite']

];


The problem is youtube plugin works but lite plugin don't.



any one have idea about this issue.?
Jiten Vaghela, geändert vor 6 Jahren.

RE: Lite(track change) plugin not work in Liferay 6.2 ckeditor

New Member Beiträge: 20 Beitrittsdatum: 22.08.16 Neueste Beiträge
I found solution and it works fine now.