Changes between Initial Version and Version 1 of Ticket #10545, comment 2
- Timestamp:
- Jun 19, 2013, 8:37:08 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10545, comment 2
initial v1 2 2 > Class names starting with "cke_" are classes used by CKEditor. Editor uses them in WYSIWYG and removes when you e.g. switch to source mode. Please treat them like reserved keyword and use other namespace e.g. "mycke_". 3 3 4 I didn't know about this... Neither it is written in the documentation... 4 5 if it is not an issue (although, I think it is because in my plugin I was using the same ckeditor css naming convention and I can't) it should be mentioned in the documentation AFAIK