T | |
table, bbop. | |
tag, bbop. | |
template, bbop. | |
term_shield, bbop. | |
test, bbop.test | |
text_button_sim, bbop. | |
to_json, bbop. | |
to_string | |
toggle_id | |
total_documents, bbop. | |
two_column_layout, bbop. | |
type | |
U | |
unregister, bbop. | |
unset, bbop. | |
update | |
url | |
url_parameters, bbop.core | |
use_jsonp, bbop. | |
uuid, bbop.core | |
V | |
variables, bbop. | |
W | |
warning, bbop. | |
weight, bbop. | |
what_is, bbop.core |
Create a simple table structure.
bbop.html.table = function( in_headers, in_entries, in_attrs )
Create the fundamental tag object to work with and extend.
bbop.html.tag = function( tag, attrs, below )
bbop.template = function( template_string )
Contructor for the bbop.widget.term_shield object.
bbop.widget.term_shield = function( golr_loc, golr_conf_obj, in_argument_hash )
Contructor for the BBOP JS unit test system.
bbop.test = function()
Generator for a text span for use for buttons.
bbop.widget.display.text_button_sim = function( label, title, id, add_attrs )
Dump out the graph into a JSON-able object.
bbop.model.graph.prototype.to_json = function()
Essentially add standard ‘to string’ interface to the string class and as a stringifier interface to other classes.
bbop.core.to_string = function( in_thing )
Output writer for this object/class.
bbop.golr.manager.prototype.to_string = function ()
Convert the accordion object into a html-ized string.
bbop.html.accordion.prototype.to_string = function()
Convert an anchor object into a html-ized string.
bbop.html.anchor.prototype.to_string = function()
Convert a button object into a html-ized string.
bbop.html.button.prototype.to_string = function()
Convert the collapsible object into a html-ized string.
bbop.html.collapsible.prototype.to_string = function()
Convert an image object into a html-ized string.
bbop.html.image.prototype.to_string = function()
Convert an input into a html-ized string.
bbop.html.input.prototype.to_string = function()
Convert a list object into a html-ized string.
bbop.html.list.prototype.to_string = function()
Convert a span object into a html-ized string.
bbop.html.span.prototype.to_string = function()
Convert a table object into a html-ized string.
bbop.html.table.prototype.to_string = function()
Convert a tag object into a html-ized string.
bbop.html.tag.prototype.to_string = function()
Dump the current data out to a string.
this.to_string = function()
Output writer for this object/class.
bbop.rest.manager.prototype.to_string = function ()
Return a string of the id of the checkbox in the header if we selected for checkboxes to be displayed.
this.toggle_id = function()
Return a string of the id of the checkbox in the header if we selected for checkboxes to be displayed.
this.toggle_id = function()
Return the total number of documents found.
bbop.golr.response.prototype.total_documents = function()
Produce a div containing a CSS hardwired two-column layout.
bbop.widget.display.two_column_layout = function ( col1, col2 )
Getter/setter for edge type.
bbop.model.edge.prototype.type = function( value )
Getter/setter for node type.
bbop.model.node.prototype.type = function( value )
Remove the specified function from the registry.
this.unregister = function( category, function_id )
Unset (remove) an internal variable for the query.
this.unset = function( key )
The user code to select the type of update (and thus the type of callbacks to be called on data return).
bbop.golr.manager.prototype.update = function( callback_type, rows, start )
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.jquery.prototype.update = function( callback_type, rows, start )
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.nodejs.prototype.update = function( callback_type, rows, start )
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.preload.prototype.update = function( callback_type, rows, start )
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.rhino.prototype.update = function( callback_type, rows, start )
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.ringo.prototype.update = function( callback_type, rows, start )
The user code to select the type of update (and thus the type of callbacks to be called on data return).
bbop.rest.manager.prototype.update = function( callback_type )
See the documentation in manager.js on update to get more of the story.
bbop.rest.manager.jquery.prototype.update = function( callback_type )
See the documentation in bbop.rest.manager.js on update to get more of the story.
bbop.rest.manager.node.prototype.update = function( callback_type )
See the documentation in bbop/rest/manager.js on update to get more of the story.
bbop.rest.manager.rhino.prototype.update = function( callback_type )
See the documentation in bbop.rest.manager.js on update to get more of the story.
bbop.rest.manager.ringo.prototype.update = function( callback_type )
Return a url string.
bbop.linker.prototype.url = function( id, xid )
TODO
this.url = function()
Return the parameters part of a URL.
bbop.core.url_parameters = function( url )
Set the jQuery engine to use JSONP handling instead of the default JSON.
bbop.rest.manager.jquery.prototype.use_jsonp = function( use_p )
RFC 4122 v4 compliant UUID generator.
bbop.core.uuid = function()
Return a hash of the variables used in the template.
this.variables = function()
Temporarily display a messsage styled for warnings.
this.warning = function( msg )
The relative weight of this search class.
this.weight = function()
Return the string best guess for what the input is, null if it can’t be identified.
bbop.core.what_is = function( in_thing )