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

/yui3/src/node-focusmanager/js/
H A Dnode-focusmanager.js57 "button": true,
690 // Fix general problem in Webkit: mousing down on a button or an
962 if (UA.opera && oNode.get("nodeName").toLowerCase() === "button") {
56 "a": true, property
/yui3/src/widget-buttons/js/
H A Dwidget-buttons.js2 Provides header/body/footer button support for Widgets that use the
24 Provides header/body/footer button support for Widgets that use the
28 buttons. It adds a `buttons` attribute along with button- accessor and mutator
29 methods. All button nodes have the `Y.Plugin.Button` plugin applied.
54 All button nodes have the `Y.Plugin.Button` plugin applied.
67 A button can be specified as a `Y.Node`, config Object, or String name for a
68 predefined button on the `BUTTONS` prototype property. When a config Object
69 is provided, it will be merged with any defaults provided by a button with
80 // Uses predefined "close" button by string name.
116 The current default button a
[all...]

Completed in 506 milliseconds