Class: Checkboxifier

Drupal.viewsUi.Checkboxifier(button)

new Checkboxifier(button)

Attaches expose filter button to a checkbox that triggers its click event.

Parameters:
Name Type Description
button HTMLElement

The DOM object representing the button to be checkboxified.

Source:

Methods

clickHandler(e)

When the checkbox is checked or unchecked, simulate a button press.

Parameters:
Name Type Description
e jQuery.Event

The event triggered.

Source: