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

/yui3/src/event/tests/src/
H A Devent-synthetic.js1 Y.Node.prototype.click = function (options) {
2 Y.Event.simulate(this._node, 'click', options);
4 Y.NodeList.importMethod(Y.Node.prototype, 'click');
46 sub._handle = node[method]('click',
185 target.click();
204 target.click();
225 target.click();
245 target.click();
264 target.click();
284 target.click();
[all...]
/yui3/src/node/js/
H A Dnode-event.js20 click: 1,

Completed in 447 milliseconds