public static getListNavigator ( integer $count, integer $pos, array $_url_params, string $script, string $frame, integer $max_count, string $name = 'pos', string[] $classes = [] ) : string | ||
$count | integer | number of elements in the list |
$pos | integer | current position in the list |
$_url_params | array | url parameters |
$script | string | script name for form target |
$frame | string | target frame |
$max_count | integer | maximum number of elements to display from the list |
$name | string | the name for the request parameter |
$classes | string[] | additional classes for the container |
return | string | $list_navigator_html the html content |