API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
mosPageNav::mosPageNav | ( | $ | total, |
$ | limitstart, | ||
$ | limit | ||
) |
Références $limit, $limitstart, et $total.
mosPageNav::orderDownIcon2 | ( | $ | id, |
$ | order, | ||
$ | condition = true , |
||
$ | task = 'orderdown' , |
||
$ | alt = '#' |
||
) |
Return the icon to move an item DOWN
Références $output, et JText::_().
mosPageNav::orderUpIcon2 | ( | $ | id, |
$ | order, | ||
$ | condition = true , |
||
$ | task = 'orderup' , |
||
$ | alt = '#' |
||
) |
Return the icon to move an item UP
Références $output, et JText::_().
mosPageNav::rowNumber | ( | $ | index | ) |
Returns the pagination offset at an index Use: $pagination->getRowOffset($index); instead
mosPageNav::writeLeafsCounter | ( | ) |
Writes the html for the leafs counter, eg, Page 1 of x Use: print $pagination->getPagesCounter();
mosPageNav::writeLimitBox | ( | $ | link = null | ) |
Writes the dropdown select list for number of rows to show per page Use: print $pagination->getLimitBox();
mosPageNav::writePagesCounter | ( | ) |
Writes the counter string Use: print $pagination->getLimitBox();
mosPageNav::writePagesLinks | ( | $ | link = null | ) |
Writes the page list string Use: print $pagination->getPagesLinks();