marionettejs / backbone.radio

Messaging patterns for Backbone applications.
MIT License
490 stars 50 forks source link

How do I know when all of my children is in the DOM #268

Closed hornta closed 7 years ago

hornta commented 7 years ago

I got a CollectionView that needs to know if all its children has been rendered and is in the DOM.

I know the View has onDomRefresh, but there is no such thing for CollectionView. Why is that so?

I can bypass the problem by just putting a setTimeout in onRenderChildren.

blikblum commented 7 years ago

You shoyld open a issue at https://github.com/marionettejs/backbone.marionette . Here is for radio messaging

hornta commented 7 years ago

Sorry! :)