Configuration

Configuration keys for the Solar_View_Helper_Pager class.

list_type

  • (string) The type of list to use; default is 'ul'. Only 'ul' and 'ol' are honored.

  • Default: 'ul'

div_id

  • (string) The CSS ID for the <div> wrapping the list. Default empty.

  • Default: ''

div_class

  • (string) The CSS class for the <div> wrapping the list. Default is 'pager'.

  • Default: 'pager'

prev

  • (string) The locale key for the "previous" link text. Default is 'PAGER_PREV'.

  • Default: 'PAGER_PREV'

next

  • (string) The locale key for the "next" link text. Default is 'PAGER_NEXT'.

  • Default: 'PAGER_NEXT'

prev_class

  • (string) The CSS class for the previous-page <a> tag. Default is 'prev'.

  • Default: 'prev'

curr_class

  • (string) The CSS class for the current-page <a> tag. Default is 'curr'.

  • Default: 'curr'

next_class

  • (string) The CSS class for the next-page <a> tag. Default is 'next'.

  • Default: 'next'

style_href

  • (string) An HREF to the pager stylesheet to load. Default is 'Solar/View/Helper/Pager/style.css'.

  • Default: 'Solar/View/Helper/Pager/style.css'



Local