Lines Matching refs:action
101 action: 'onFoo'
133 Assert.areSame(1, called, 'onFoo default action was not called.');
335 action: function () {
369 action: function () {
386 action: function () {
429 'A button with an `action` String should be called': function () {
433 buttons: [{name: 'foo', action: 'doSomething'}]
442 Assert.areSame(1, called, '`action` was not called.');
601 action : function () {
613 Assert.areSame(1, called, '`newButton` action was not called.');
618 action : function () {
630 Assert.areSame(2, called, '`newButton` action was not called.');