Searched refs:buttons (Results 1 - 8 of 8) sorted by relevance
| /yui3/src/button/tests/ |
| H A D | button-group-test.js | 26 var buttons = ButtonGroup.getButtons(); 28 Assert.isInstanceOf(Y.Node, buttons.item(0)); 48 'ButtonGroup.getSelectedButtons() should return accurate counts of selected buttons': function () { 50 var buttons = ButtonGroup.getButtons(); 52 // Ensure no buttons are selected 55 // Select specific buttons, and make sure the selected array jives 56 buttons.item(0).simulate('click'); 59 buttons.item(1).simulate('click'); 62 buttons.item(2).simulate('click'); 66 buttons [all...] |
| /yui3/src/widget-buttons/tests/ |
| H A D | widget-buttons-test.js | 1 YUI.add('widget-buttons-test', function (Y) { 41 '`buttons` should default to an empty Object': function () { 44 Assert.isObject(this.widget.get('buttons'), '`buttons` is not an Object.'); 45 ObjectAssert.ownsNoKeys(this.widget.get('buttons'), '`buttons` was not an empty Object.'); 48 '`buttons` should be accessible within a subclass initializer': function () { 54 var headerButtons = this.get('buttons.header'); 64 buttons: [ 75 '`buttons` shoul [all...] |
| /yui3/src/widget-buttons/js/ |
| H A D | widget-buttons.js | 5 @module widget-buttons 28 buttons. It adds a `buttons` attribute along with button- accessor and mutator 31 This extension also includes `HTML_PARSER` support to seed a widget's `buttons` 50 Collection containing a widget's buttons. 53 `WidgetStdMod` section (header, body, footer) which has one or more buttons. 56 This attribute is very flexible in the values it will accept. `buttons` can 74 For convenience, a widget's buttons will always persist and remain rendered 104 @attribute buttons 109 buttons [all...] |
| /yui3/build/widget-buttons/ |
| H A D | widget-buttons-debug.js | 1 YUI.add('widget-buttons', function(Y) { 7 @module widget-buttons 30 buttons. It adds a `buttons` attribute along with button- accessor and mutator 33 This extension also includes `HTML_PARSER` support to seed a widget's `buttons` 52 Collection containing a widget's buttons. 55 `WidgetStdMod` section (header, body, footer) which has one or more buttons. 58 This attribute is very flexible in the values it will accept. `buttons` can 76 For convenience, a widget's buttons will always persist and remain rendered 106 @attribute buttons [all...] |
| /yui3/build/button-group/ |
| H A D | button-group-debug.js | 4 * A Widget to create groups of buttons 53 * @description Returns all buttons inside this this button group 70 buttons = group.getButtons(), 73 buttons.each(function(node){ 111 var buttons, 126 buttons = group.getButtons(); // Todo: getSelectedButtons()? Need it to return an arraylist then. 127 buttons.removeClass(selectedClass);
|
| /yui3/src/button/js/ |
| H A D | group.js | 2 * A Widget to create groups of buttons 51 * @description Returns all buttons inside this this button group 68 buttons = group.getButtons(), 71 buttons.each(function(node){ 109 var buttons, 124 buttons = group.getButtons(); // Todo: getSelectedButtons()? Need it to return an arraylist then. 125 buttons.removeClass(selectedClass);
|
| /yui3/src/panel/js/ |
| H A D | panel.js | 50 Collection of predefined buttons mapped from name => config. 60 buttons: ['close'] 65 buttons: { 90 buttons: {
|
| /yui3/build/panel/ |
| H A D | panel-debug.js | 52 Collection of predefined buttons mapped from name => config. 62 buttons: ['close'] 67 buttons: { 92 buttons: { 99 }, '@VERSION@' ,{requires:['widget', 'widget-autohide', 'widget-buttons', 'widget-modality', 'widget-position', 'widget-position-align', 'widget-position-constrain', 'widget-stack', 'widget-stdmod'], skinnable:true});
|
Completed in 39 milliseconds