The cursor requires message resource keys. All resource keys used are prefixed with the supplied resourceKeyPrefix property (the default value is "general.pageCursor.").
The following resource keys are used by the cursor:
nomatch results first previous next last
Examples:
catalog.general.pageCursor.nomatch = No matching records were located.
catalog.general.pageCursor.results = Results {0}-{1} of {2} record(s)
catalog.general.pageCursor.first = First
catalog.general.pageCursor.previous = <
catalog.general.pageCursor.next = >
catalog.general.pageCursor.last = Last
The "results" resource key is record (not page based) and takes the following 3 arguments:
The starting record for the current page, the ending record for the current page and the total number of records.
|
|
|
|