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

Implement DataController.toModel() #3887

Closed
Reinmar opened this issue Nov 17, 2016 · 0 comments · Fixed by ckeditor/ckeditor5-engine#718
Closed

Implement DataController.toModel() #3887

Reinmar opened this issue Nov 17, 2016 · 0 comments · Fixed by ckeditor/ckeditor5-engine#718
Assignees
Milestone

Comments

@Reinmar
Copy link
Member

Reinmar commented Nov 17, 2016

There's already toView(). The toModel() method will be super simple:

toModel( viewFragmentOrElement, additionalData ) {
    return this.viewToModel( viewFragmentOrElement, additionalData );
}

but will make for a nice API parity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants