Thursday, 25 April 2013

Enable Table Controls in FCKeditor on OpenCart

ckeditor config js location:
admin/view/javascript/ckeditor/config.js

Change 

['Image','Table','HorizontalRule']
 


To

['Image','Table','HorizontalRule','Format']

No comments:

Post a Comment