htmlPagePager
The htmlPagePager function is used to create the next page/previous page link section at the bottom of a Control Panel page that has multiple pages form.tpl element name: form_table_pager
bool
htmlPagePager
(string $prev_url, string $next_url, array $_page, [string $prev_text = false], [string $next_text = false])
-
string
$prev_url: Previous Page URL
-
string
$next_url: Next Page URL
-
array
$_page: Array containing page information
-
string
$prev_text: Text for Previous Page button
-
string
$next_text: Text for Next Page button
|