Lines Matching refs:action
87 action: 'hide'
174 'action', 'classNames', 'context', 'events', 'isDefault', 'section'
303 @param {Function|String} [button.action] The default handler that should
310 `action` should be called with. Defaults to `this`, the widget.
512 i, len, action, context, handle;
538 action = config.action;
540 // Supports `action` as a String name of a Function on the `context`
542 if (isString(action)) {
543 action = Y.bind(action, context);
548 handle = button.on(config.events, action, context);