JavaScript
{dialog.object}_listFetchMore Method
Syntax
{dialog.object}._listFetchMore(listId);
Arguments
- listIdstring
The name of the List control.
Description
Gets the next 'page' of data in a List that has been configured to use 'Fetch More' pagination.
Example
{dialog.object}._listFetchMore('MYLIST1');
See Also