Class BePaginatorToolbarHelper
Help to build a toolbar for pagination.
Internally it uses PaginatorHelper.
It can be used when resources are paginated with CakePHP pagination.
Do not use with BEdita objects, use BeToolbarHelper
instead.
- Helper
- AppHelper
- BePaginatorToolbarHelper
Located at views/helpers/be_paginator_toolbar.php
Methods summary
public
|
|
public
string
|
|
private
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
mixed
|
|
public
mixed
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
#
changeDimSelect( string $selectId, array $htmlAttributes = array(), array $options = array() )
Return dropdown list with changed dimension |
public
array
|
Methods inherited from AppHelper
Properties summary
public
array
|
$helpers
Included helpers. |
#
array('Form', 'Html', 'Paginator', 'SessionFilter')
|
private
array
|
$_publication
View publication data, if any |
|
private
array
|
$_section
View section data, if any |
|
private
array
|
$_currentContent
View current content data, if any |
|
private
string
|
$_itemName
Template itemName string parameter |
|
private
string
|
$_noitem
Template noitem string parameter |
|
private
string
|
$_moduleName
View moduleName string, if any |
|
private
array
|
$_currentModule
View current module array |
|
private
string
|
$_name
Name used in toolbar, can be itemName or moduleName value |
|
private
Configure
|
$_conf
Configuration instance |
|
protected
array
|
$changePageDefaultOptions
Default options for change page combo |
#
array(1, 5, 10, 20, 50, 100)
|