Provide CKEDITOR.appendTo(elementOrId, config, data)
I guess that almost all the uses of CKEDITOR.appendTo will try to call .setData after creating the instance, so it will save some lines of code and avoid the creation of an empty editor that later is filled with the new data (remembering also that .setData will recreate the iframe) if the initial data can be set at creation time.
Change History (6)
Keywords: |
Confirmed added
|
Milestone: |
→ CKEditor 3.x
|
Keywords: |
Review? added
|
Owner: |
set to Alfonso Martínez de Lizarrondo
|
Status: |
new →
assigned
|
Milestone: |
CKEditor 3.x →
CKEditor 3.3
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Proposed patch