Class: ajaxView

Drupal.views.ajaxView(settings)

new ajaxView(settings)

JavaScript object for a certain view.

Parameters:
Name Type Description
settings object

Settings object for the ajax view.

Properties
Name Type Description
view_dom_id string

The DOM id of the view.

Source:

Methods

attachExposedFormAjax()

Source:

attachPagerAjax()

Attach the ajax behavior to each link.

Source:

attachPagerLinkAjax(idopt, link)

Attach the ajax behavior to a singe link.

Parameters:
Name Type Attributes Description
id string <optional>

The ID of the link.

link HTMLElement

The link element.

Source:

filterNestedViews() → {bool}

Source:
Returns:

If there is at least one parent with a view class return false.

Type
bool