Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to set data in constructor instead of element #2230

Closed
szymonkups opened this issue May 15, 2018 · 0 comments · Fixed by ckeditor/ckeditor5-editor-classic#73
Closed
Assignees
Labels
package:editor-classic type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone

Comments

@szymonkups
Copy link
Contributor

There should be a possibility to initialize editor with data passed to the constructor instead of the element to replace. Part of https://github.com/ckeditor/ckeditor5-core/issues/64. After initializing the editor editor.element should be added manually to the DOM.

@szymonkups szymonkups self-assigned this May 15, 2018
@pomek pomek assigned pomek and unassigned szymonkups Jun 11, 2018
Reinmar referenced this issue in ckeditor/ckeditor5-editor-classic Jul 3, 2018
Feature: Editor can now be created with initial data passed to the `create()` method. Closes #72.

BREAKING CHANGE: The `ClassicEditor#element` property was renamed to `ClassicEditor#sourceElement`. See ckeditor/ckeditor5-core#64.
@mlewand mlewand transferred this issue from ckeditor/ckeditor5-editor-classic Oct 8, 2019
@mlewand mlewand added type:feature This issue reports a feature request (an idea for a new functionality or a missing option). package:editor-classic labels Oct 8, 2019
@mlewand mlewand added this to the iteration 19 milestone Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:editor-classic type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants