Searched defs:focus (Results 1 - 3 of 3) sorted by relevance

/yui3/src/event-simulate/js/
H A Devent-simulate.js42 focus: 1,
41 change: 1, property
/yui3/src/node/js/
H A Dnode-ie.js14 // IE throws an error when calling focus() on an element that's invisible, not
16 Y.Node.prototype.focus = function () {
18 this._node.focus();
H A Dnode-event.js34 focus: 1,

Completed in 28 milliseconds