| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
The Paginator widget provides a set of controls to navigate through paged data.
| File Size: | 2640 lines (78 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| Paginator(config) X-Ref |
| Instantiate a Paginator, passing a configuration object to the contructor. The configuration object should contain the following properties: <ul> <li>rowsPerPage : <em>n</em> (int)</li> <li>totalRecords : <em>n</em> (int or Paginator.VALUE_UNLIMITED)</li> <li>containers : <em>id | el | arr</em> (HTMLElement reference, its id, or an array of either)</li> </ul> param: config {Object} Object literal to set instance and ui component |
| normalizeOffset(offset,total,rpp) X-Ref |
| No description |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |