Searched defs:getByNode (Results 1 - 2 of 2) sorted by relevance

/yui3/src/app/js/view-extensions/
H A Dview-node-map.js2 View extension that adds a static `getByNode()` method that returns the nearest
3 View instance associated with the given Node (similar to Widget's `getByNode()`
15 View extension that adds a static `getByNode()` method that returns the nearest
16 View instance associated with the given Node (similar to Widget's `getByNode()`
29 // Tells Base.create() to mix the static getByNode method into built classes.
33 buildCfg.aggregates.push('getByNode');
44 @method getByNode
51 NodeMap.getByNode = function (node) {
/yui3/src/widget/js/
H A DWidget.js335 * @method getByNode
341 Widget.getByNode = function(node) {
1065 var widget = Widget.getByNode(evt.target),

Completed in 44 milliseconds