Lines Matching refs:action
89 action: 'hide'
176 'action', 'classNames', 'context', 'events', 'isDefault', 'section'
305 @param {Function|String} [button.action] The default handler that should
312 `action` should be called with. Defaults to `this`, the widget.
514 i, len, action, context, handle;
540 action = config.action;
542 // Supports `action` as a String name of a Function on the `context`
544 if (isString(action)) {
545 action = Y.bind(action, context);
550 handle = button.on(config.events, action, context);