I know I can do ko.dataFor(element) to get its view model, if any. What I need though is to get all view models as they appear in the $parents array for the given element.
質問する
21 次
1 に答える
1
あなたが探しているのは ko.contextFor ですか: http://knockoutjs.com/documentation/unobtrusive-event-handling.html ?
contextFor によって返されるコンテキストは、$parents などのすべてのプロパティにアクセスできる標準バインディング コンテキストです。
于 2013-11-12T17:00:27.420 に答える