Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は別childViewsのものを持っていContainerViewます。inメソッドContainerViewからアクセスできますか?which doesnot work in methodを使用してみましたchildViewinit()this.get('parentView')init()
childViews
ContainerView
childView
init()
this.get('parentView')
子ビューのようthis._parentViewに利用できるはずです。init
this._parentView
init
例: http://jsfiddle.net/6p6XJ/192/