new ajaxView(settings)
JavaScript object for a certain view.
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
settings |
object | Settings object for the ajax view. Properties
|
- Source:
Methods
attachExposedFormAjax()
attachPagerAjax()
Attach the ajax behavior to each link.
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. |
filterNestedViews() → {bool}
Returns:
If there is at least one parent with a view class return false.
- Type
- bool