Class: List

List


new List(data)

This class describe the client behavior of the item lists. Lists are available in window by `app.lists[id]`
Parameters:
Name Type Description
data Object The list initial parameters. this object must contain : - id : The list id - action : The URL to load to refresh the list - target (optionnal) : Where the list must be refreshed (default, it will be replace itself) - userParam : The filters, orders and navigation parameters previously set by the user
Source:

Methods


initControls()

Listen for list parameters changements to refresh the list
Source:

refresh(options)

Refresh the list
Parameters:
Name Type Description
options Object Additionnal options to set to the request
Source:
Returns:
False
Type
boolean