If you use CKEditor to edit forms, inserted checkbox, radio and select elements are not editable. This plugin replaces this elements with fakeelements, that you can edit them. Most source is copied from the bug tracker. Sorry, don't find it again to thanks the poster.


[b]License[/b]

Licensed under the terms of the [url=http://www.gnu.org/licenses/gpl.html]GPL[/url].


[b]Download[/b]

[url=http://]Fakeelements for checkbox, radio and select[/url]


[b]Installation[/b]

1. Extract the archiv and copy the "formchanges" folder to CKEditors "plugins" folder.
2. In the CKEditor configuration file (config.js) add the following code:

[code]
config.extraPlugins = 'formchanges';
[/code]
