cobuild-angular-stack
Version:
Base stack angular sass jade gulp
29 lines (21 loc) • 1.54 kB
Markdown
# Extra Form Attributes Plugin for CKEditor
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.
## Features Overview
* 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
## Requirements
1. CKEditor version 4.4.7 or greater [http://ckeditor.com/](http://ckeditor.com/)
1. The Forms plugin for CKEditor (normally installed by default)
## Installation Instructions
1. Extract the downloaded repository
1. Copy the **extraformoptions** folder to your **"ckeditor/plugins/"** folder
1. Open the **"ckeditor/config.js"** file in your favorite text editor
1. Add **extraformoptions** to **config.extraPlugins** and save your changes. If that line isn't found, add it. EX:
> config.extraPlugins = 'extraformoptions';
## Credits / Tribute
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](WebsiteRelevance.com) - for supporting the development of the plugin.
[http://www.ckeditor.com](CKEditor) - For providing CKEditor so we could build this plugin for it.
## License
Licensed under GPL Version 3.0. For additional details please see the LICENSE.md file.