Planned maintenance is scheduled for the week of June 15th - the exact date and time will be announced soon.
See More Details
Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Lite(track change) plugin not work in Liferay 6.2 ckeditor
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.?
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.?
I found solution and it works fine now.
Community
Company
Feedback