| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: pagination.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 137 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
mosPageNav:: (8 methods):
mosPageNav()
writeLimitBox()
writePagesCounter()
writePagesLinks()
writeLeafsCounter()
rowNumber()
orderUpIcon2()
orderDownIcon2()
Class: mosPageNav - X-Ref
Legacy class, derive from JPagination instead| mosPageNav( $total, $limitstart, $limit ) X-Ref |
| No description |
| writeLimitBox($link = null) X-Ref |
| Writes the dropdown select list for number of rows to show per page Use: print $pagination->getLimitBox(); |
| writePagesCounter() X-Ref |
| Writes the counter string Use: print $pagination->getLimitBox(); |
| writePagesLinks($link = null) X-Ref |
| Writes the page list string Use: print $pagination->getPagesLinks(); |
| writeLeafsCounter() X-Ref |
| Writes the html for the leafs counter, eg, Page 1 of x Use: print $pagination->getPagesCounter(); |
| rowNumber($index) X-Ref |
| Returns the pagination offset at an index Use: $pagination->getRowOffset($index); instead |
| orderUpIcon2($id, $order, $condition = true, $task = 'orderup', $alt = ') X-Ref |
| Return the icon to move an item UP |
| orderDownIcon2($id, $order, $condition = true, $task = 'orderdown', $alt = ') X-Ref |
| Return the icon to move an item DOWN |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |