Opened 16 years ago
Closed 14 years ago
#3543 closed New Feature (invalid)
Allow editor to inherit container's computed style
Reported by: | Dinu | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 Beta 2 |
Keywords: | Cc: |
Description
Sometimes even specifying editor area css and classes is not enough for accurate inplace editing. It would be a nice feature to add a switch function to apply the getComputedStyle of the container to the editor IFRAME (and maybe even automatically apply external CSS files also).
Change History (3)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | → CKEditor 3.x |
comment:2 Changed 14 years ago by
Milestone: | CKEditor 3.x |
---|
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
This should be accomplished by the developer through the following API: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCss
Milestone CKEditor 3.x deleted