live_pager.js

Summary
live_pager.js
bbop.widget.live_pagerBBOP JS object to allow the the paging/downloading etc.
Functions
live_pagerContructor for the bbop.widget.live_pager object.
button_span_idReturns the location of a place to add external buttons if you want.

bbop.widget.live_pager

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.

See Also

search_pane.js live_search.js live_filters.js

Summary
Functions
live_pagerContructor for the bbop.widget.live_pager object.
button_span_idReturns the location of a place to add external buttons if you want.

Functions

live_pager

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.

Arguments

interface_idstring id of the element to build on
managera manager object to probe for display and use for remoting
in_argument_hash[optional] optional hash of optional arguments

Returns

this object

button_span_id

anchor.button_span_id = function()

Returns the location of a place to add external buttons if you want.

Parameters

n/a

Returns string rep of place to put external buttons (span tag)

bbop.widget.live_pager = function(interface_id,
manager,
in_argument_hash)
Contructor for the bbop.widget.live_pager object.
anchor.button_span_id = function()
Returns the location of a place to add external buttons if you want.
Close