Lines Matching refs:label
66 label : 'Foo',
100 label : 'Bar',
173 buttons: [{label: 'foo'}]
198 {label: 'foo', section: 'header'},
199 {label: 'bar', section: 'footer'}
210 header: [{label: 'foo'}],
211 footer: [{label: 'bar'}]
223 {label: 'foo'},
224 {label: 'bar', section: 'footer'}
236 {label: 'foo'},
237 {label: 'bar'}
275 label : 'Foo',
284 {name: 'bar', section: 'body', label: 'Bar'},
301 buttons: [{name: 'foo', label: 'Foo'}],
308 this.widget.set('buttons', [{name: 'foo', label: 'Bar'}]);
312 Assert.areSame('Bar', this.widget.getButton('foo').get('text'), '`foo` button did not have the label "Bar".');
317 buttons: [{name: 'foo', label: 'Foo'}],
339 label : 'Close',
344 label : 'Foo',
373 label : 'Close',
417 {name: 'foo', label: 'Foo'},
418 {name: 'foo', label: 'Bar'}
474 {isDefault: false, label: 'false'},
475 {isDefault: 'false', label: '"false"'},
476 {isDefault: 0, label: '0'},
477 {isDefault: '', label: '""'},
478 {isDefault: 'yes', label: 'yes'}
636 footer: [{label: 'Foo'}]
642 this.widget.addButton({label: 'Bar'});
651 header: [{label: 'Foo'}]
657 this.widget.addButton({label: 'Bar'}, 'header');
666 header: [{label: 'Foo'}]
672 this.widget.addButton({label: 'Bar'}, 'header', 0);
702 Assert.areSame('Foo2', this.widget.getButton('foo').get('label'), 'Foo2 was not the main `foo` button.');
704 Assert.areSame('Foo2', this.widget.getButton('foo', 'footer').get('label'), 'Foo2 was not the `foo` footer button.');
705 Assert.areSame('Foo1', this.widget.getButton('foo', 'header').get('label'), 'Foo1 was not the `foo` header button.');
732 buttons: [{name: 'foo', label: 'Foo'}],
768 {label: 'Foo'},
769 {label: 'Bar'}
786 {label: 'Foo'},
787 {label: 'Bar'}
833 '`buttons` should render their `label` as text': function () {
840 label : 'Foo',
899 {name: 'baz', label: 'Baz'},
921 label : 'Foo',
944 buttons: [{label: 'Foo'}]
953 Assert.areSame('Foo', this.widget.getButton(0).get('label'), 'Button did not have the label "Foo".');
1067 buttons: [{label: 'Foo'}],
1105 buttons: [{label: 'Foo'}],
1126 this.widget.addButton({label: 'Bar'}, 'footer', 0);
1144 {label: 'Foo'},
1145 {label: 'Bar'}
1182 buttons: [{label: 'Foo'}]
1190 Assert.areSame('Foo', this.widget.get('contentBox').all('.yui3-button').item(0).get('label'), 'The button was not labeled: "Foo".');
1192 this.widget.set('buttons', [{label: 'Bar'}]);
1195 Assert.areSame('Bar', this.widget.get('contentBox').all('.yui3-button').item(0).get('label'), 'The button was not labeled: "Bar".');
1204 buttons: [{label: 'Foo'}]
1213 this.widget.addButton({label: 'Bar'});
1224 buttons: [{label: 'Foo'}]
1244 buttons: [{label: 'Foo'}]