backbone.viewmaster icon indicating copy to clipboard operation
backbone.viewmaster copied to clipboard

doing this.appendView(this.$el, view)

Open augustblack opened this issue 10 years ago • 0 comments

I've run into a number of situations where I would like to appendView to the this.$el instead of some DOM element within this.$el.

Is there no current way to do this?vvIf not, I think it would be a great addition.

This would allow you to create a container view with {tagName: "body" // or tbody, ul } and then just do:

this.appendView( myDivView // or myTrView, myLiView,etc );

augustblack avatar Nov 18 '13 19:11 augustblack