live_pager.js | |
bbop. | BBOP JS object to allow the the paging/downloading etc. |
Functions | |
live_pager | Contructor for the bbop.widget.live_pager object. |
button_span_id | Returns the location of a place to add external buttons if you want. |
BBOP JS object to allow the the paging/downloading etc. of a GOlr manager.
Very much like a separated pager from the search pane.
This is a Bootstrap 3 widget.
search_pane.js live_search.js live_filters.js
Functions | |
live_pager | Contructor for the bbop.widget.live_pager object. |
button_span_id | Returns the location of a place to add external buttons if you want. |
bbop.widget.live_pager = function( interface_id, manager, in_argument_hash )
Contructor for the bbop.widget.live_pager object.
Display a manager response. Not a manager itself, but can use the argument manager to page, download, etc.
interface_id | string id of the element to build on |
manager | a manager object to probe for display and use for remoting |
in_argument_hash | [optional] optional hash of optional arguments |
this object
Contructor for the bbop.widget.live_pager object.
bbop.widget.live_pager = function( interface_id, manager, in_argument_hash )
Returns the location of a place to add external buttons if you want.
anchor.button_span_id = function()