This is a plugin that creates a field to set a background image for tables and cells in CKEditor.
No new dialogs, commands or toolbar buttons are added, the fields are placed in the advanced tab of the Table dialog and the bottom of the Cell Properties dialog.
Alfonso Martínez de Lizarrondo
Check for latest version and other CKEditor plugins
Extract the contents of the zip in you plugins directory, so it ends up like
this
ckeditor\ ... images\ lang\ plugins\ ... backgrounds\ plugin.js readme.html docs\ ... skins\ themes\
Now add the plugin in your config.js or custom js configuration
file:
config.extraPlugins='backgrounds';
Now empty the cache of your browser and reload the editor, field will show up in the Table an Cell dialogs. If you have enabled the file browser (for the images dialog for example) then the Browse server button will show up.
CKEditor is © CKSource.com