Skip to content

tws-inc/ckeditor-extra-form-attributes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/
  2. The Forms plugin for CKEditor (normally installed by default)

Installation Instructions

  1. Extract the downloaded repository
  2. Copy the extraformoptions folder to your "ckeditor/plugins/" folder
  3. Open the "ckeditor/config.js" file in your favorite text editor
  4. 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 - for supporting the development of the plugin. http://www.ckeditor.com - 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.

About

Adds extra form attributes (id & class onto CKEditor forms)

Resources

License

Stars

Watchers

Forks

Packages

No packages published