Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.12
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2013 at 01:33 UTC
Updated:
19 Apr 2013 at 14:10 UTC
I created a custom plugin that wraps selected text/words in p element with custom class. However when I toggle "Source" the class attribute is gone. Same thing happen when I edit existing node, all the class disappeared.
Plugin structure:
qna
* icons
* qna.png
* css
* qna.css
* plugin.jsAny idea?
| Comment | File | Size | Author |
|---|---|---|---|
| advanceoption.png | 13.38 KB | stoickthevast | |
| cleanupandoutput.png | 16.66 KB | stoickthevast | |
| plugin.js_.txt | 896 bytes | stoickthevast | |
| hook_ckeditor_plugin.txt | 383 bytes | stoickthevast |
Comments
Comment #0.0
stoickthevast commentedAdded plugin structure
Comment #1
wwalc commentedCheck this comment. Read this blog post. The plugin must be ACF - compatible or you should disable ACF in CKEditor 4.1.
Comment #2.0
(not verified) commentedAdded more info.