The Extra Form Attributes plugin for CKEditor extends the core Forms plugin adding an Extra Options tab onto several elements. This allows you to specify the HTML ID and CLASS attributes on your HTML forms in CKEditor.
- Adds class and ID attributes to the following form elements / dialogs: textfield, select, button, textarea, radio, and checkbox
- Adds class attribute to the following elements: form
- CKEditor version 4.4.7 or greater http://ckeditor.com/
- The Forms plugin for CKEditor (normally installed by default)
- Extract the downloaded repository
- Copy the extraformoptions folder to your "ckeditor/plugins/" folder
- Open the "ckeditor/config.js" file in your favorite text editor
- Add extraformoptions to config.extraPlugins and save your changes. If that line isn't found, add it. EX:
config.extraPlugins = 'extraformoptions';
This plugin was developed and is maintained by the [https://totalwebservices.net/](Total Web Services team).
A big thanks goes out to the following people & organizations: http://www.websiterelevance.com - for supporting the development of the plugin. http://www.ckeditor.com - For providing CKEditor so we could build this plugin for it.
Licensed under GPL Version 3.0. For additional details please see the LICENSE.md file.