API Docs for: 3.5.1
Show:

ButtonPlugin Class

Defined in: button/js/plugin.js:8
Module: button-plugin

Constructor

ButtonPlugin

(
  • config
)

Parameters:

  • config Object

    Configuration object

Item Index

Properties

Methods

_afterNodeGet

(
  • name
)
private

Parameters:

_afterNodeSet

(
  • name
  • val
)
private

Parameters:

_initNode

(
  • config
)
private

Parameters:

createNode

(
  • node
  • config
)
Object public

A factory that plugs a Y.Node instance with Y.Plugin.Button

Parameters:

Returns:

Object: A plugged Y.Node instance

destroy

() private

Properties

ATTRS

Object private static

Attribute configuration.

NAME

String static

Name of this component.

NS

String static

Namespace of this component.