Class BeToolbarHelper
Table toolbar for pagination and search helper
- Helper
- AppHelper
- BeToolbarHelper
Located at views/helpers/be_toolbar.php
Methods summary
public
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
string
|
|
public
string
|
#
changeDimSelect( string $selectId, array $htmlAttributes = array(), array $options = array() )
Return dropdown list with changed dimension |
public
string
|
|
public
string
|
#
changePageSelect( string $selectId, array $htmlAttributes = array(), array $items = 5 )
Change page in a dropdown list of results |
public
string
|
|
public
string
|
|
private
string
|
|
private
string
|
|
public
array
|
|
private
string
|
|
public
string
|
|
private
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
Methods inherited from AppHelper
Properties summary
public
array
|
$helpers
Included helpers. |
#
array('Form', 'Html', '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 |
|
public
array
|
$tags
Tags types of enclosuers (with or without text) |
#
array(
'with_text' => '<span %s >%s</span>',
'without_text' => '<span %s />',
)
|
protected
array
|
$changePageDefaultOptions
Default options for change page combo |
#
array(1, 5, 10, 20, 50, 100)
|