| [ Indice ] |
Riferimento incrociato di Joomla! 1.5.14 - VM 1.1.4Servizio fornito da VMItalia |
[Vedi sorgente] [Stampa] [Statistiche Progetto]
(nessuna descrizione)
| Copyright: | Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: pagination.php 10381 2008-06-01 03:35:53Z pasamio $ |
| Dimensione file: | 132 righe (4 kb) |
| Incluso o richiesto: | 0 volte |
| Referenziato: | 0 volte |
| Inclusioni o richieste: | 0 files |
| pagination_list_footer($list) X-Ref |
| This is a file to add template specific chrome to pagination rendering. pagination_list_footer Input variable $list is an array with offsets: $list[limit] : int $list[limitstart] : int $list[total] : int $list[limitfield] : string $list[pagescounter] : string $list[pageslinks] : string pagination_list_render Input variable $list is an array with offsets: $list[all] [data] : string [active] : boolean $list[start] [data] : string [active] : boolean $list[previous] [data] : string [active] : boolean $list[next] [data] : string [active] : boolean $list[end] [data] : string [active] : boolean $list[pages] [{PAGE}][data] : string [{PAGE}][active] : boolean pagination_item_active Input variable $item is an object with fields: $item->base : integer $item->link : string $item->text : string pagination_item_inactive Input variable $item is an object with fields: $item->base : integer $item->link : string $item->text : string This gives template designers ultimate control over how pagination is rendered. NOTE: If you override pagination_item_active OR pagination_item_inactive you MUST override them both |
| pagination_list_render($list) X-Ref |
| Nessuna descrizione |
| pagination_item_active(&$item) X-Ref |
| Nessuna descrizione |
| pagination_item_inactive(&$item) X-Ref |
| Nessuna descrizione |
| Generato il: Mon Oct 19 20:29:27 2009 | Generato con PHPXref 0.7 |