This is a plugin that allows to use the XML Templates from FCKeditor in CKEditor.
Alfonso Martínez de Lizarrondo
Extract the contents of the zip in you plugins directory, so it ends up like
this
ckeditor\ ... images\ lang\ plugins\ ... xmltemplates\ plugin.js docs\ install.html ... skins\ themes\
Now add the plugin in your config.js or custom js configuration
file:
config.extraPlugins='xmltemplates';
In your config file, add a new entry to specify the location of the XML file with the templates, remember that it must be prefixed by "xml:".
templates_files : ['xml:fcktemplates.xml']
.
Now empty the cache of your browser and reload the editor, the new dropdown should show up and you can insert the text entries.
CKEditor is © CKSource.com