Changes between Version 1 and Version 2 of HowToCustomizeSelectionPanel


Ignore:
Timestamp:
Jun 19, 2008, 10:39:22 AM (16 years ago)
Author:
aboudreault
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToCustomizeSelectionPanel

    v1 v2  
    320320== Pagination ==
    321321
    322 ah HA! i'll continue this later!
     322The pagination is available for everyone who use a renderer for customize the !SelectionPanel.
     323
     324!ApplicationDefinition parameter:
     325'''!ResultsPerPage''': The number of desired results by batch.
     326
     327This is the current API for get results by batches.
     328
     329'''getNextPage()''':
     330
     331   return an array that contains the next batch of results.
     332
     333'''getPreviousPage()''':
     334
     335   return an array that contains the previous batch of results.
     336
     337'''resetPageIndexes()''':
     338
     339   This reset the page indexes for the pagination system and should be called by your renderer on each selection updated.