-M-Project 2:是否可以从DOM对象获取M.View?

时间:2013-12-06 09:49:38

标签: javascript frameworks web-frameworks

使用The-M-Project的1.x版本,可以通过ViewManager中的ID获取View。因此,在开发人员控制台中使用它作为调试工具很容易。 正如我到目前为止看到的版本2,视图不再具有ID。我怎样才能访问它们,尤其是出于调试目的?

1 个答案:

答案 0 :(得分:0)

在2.0版本中,仍然是M.ViewManager。我认为你要找的是M.ViewManager.getView方法。作为参数添加M.View的root-DOM节点。在Chrome开发工具中,您可以获得所选的$ 0节点。 来自文档:http://www.the-m-project.org/docs/absinthe/ViewManager.html

M.ViewManager.getView($0);
M.ViewManager.getView($0)._type //M.View