new ResultsInfoControl(config)
Control to display information.
Parameters:
Name |
Type |
Description |
config |
Object
|
Configuration for this object. The config supplied directly extends the control |
Members
labels
Properties:
Name |
Type |
Description |
labels |
Object
|
label object |
parentControl
Properties:
Name |
Type |
Description |
parentControl |
Object
|
parent DOM object. |
Methods
(static) destroy()
Destroys the control and it's children
setInfo(startPoint, pageCount, total, all)
Sets the control text.
Parameters:
Name |
Type |
Description |
startPoint |
number
|
start point |
pageCount |
number
|
page count |
total |
number
|
total |
all |
bool
|
show all triggered. |