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 |