We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All changes required to remove the Controller class.
Controller
View#createCollection()
ViewCollection()
ViewCollection
view.someCollection.add( someView )
remove( someView )
init()
destroy()
The text was updated successfully, but these errors were encountered:
Should fix https://github.com/ckeditor/ckeditor5-ui/issues/90 and https://github.com/ckeditor/ckeditor5-ui/issues/91.
Sorry, something went wrong.
package.json for the entire refac in https://github.com/ckeditor/ckeditor5/tree/mvc-refac branch.
package.json
oleq
Successfully merging a pull request may close this issue.
All changes required to remove the
Controller
class.View#createCollection()
.ViewCollection()
(if needed).ViewCollection
instance can be used directly in a template and thatview.someCollection.add( someView )
orremove( someView )
.init()
anddestroy()
chains.The text was updated successfully, but these errors were encountered: