$#! | |
‘bbop-widget-search_pane-spinner’, | |
A | |
accordion, bbop. | |
action, bbop. | |
add, bbop. | |
add_button, bbop. | |
add_edge, bbop. | |
add_node, bbop. | |
add_query_field, bbop. | |
add_query_filter, bbop. | |
add_query_filter_as_string, bbop. | |
add_to | |
add_to_batch, bbop. | |
advance_log_to_bottom, bbop. | |
ajax | |
all_dangling, bbop. | |
all_edges, bbop. | |
all_entities, bbop. | |
all_known, bbop. | |
all_nodes, bbop. | |
all_predicates, bbop. | |
anchor | |
apply_callbacks, bbop. | |
assemble, bbop. |
Create the a frame for the functional part of a jQuery accordion structure.
bbop.html.accordion = function( in_list, attrs, add_id_p )
This method is the most fundamental operation.
this.action = function( url, payload, method )
Add a user-defined button to the display.
this.add_button = function( button_definition_hash )
Add an edge to the graph.
bbop.model.graph.prototype.add_edge = function( edge )
Add a node to the graph.
bbop.model.graph.prototype.add_node = function( node )
Add a new query field to the query.
this.add_query_field = function( qf, boost )
Setter for query filters (‘fq’).
this.add_query_filter = function( filter, value, plist )
Setter for query filters (‘fq’).
this.add_query_filter_as_string = function( filter_string, plist )
Add a contect section to the accordion.
bbop.html.accordion.prototype.add_to = function( section_info, content_blob, add_id_p )
Add content between the tags.
bbop.html.anchor.prototype.add_to = function( item )
Add content between the tags.
bbop.html.button.prototype.add_to = function( item )
Add a contect section to the collapsible.
bbop.html.collapsible.prototype.add_to = function( section_info, content_blob )
Add content between the tags.
bbop.html.image.prototype.add_to = function( item )
Add content between the input tags.
bbop.html.input.prototype.add_to = function( item )
Add a new li section to a list.
bbop.html.list.prototype.add_to = function()
Add content between the tags.
bbop.html.span.prototype.add_to = function( item )
Add data row.
bbop.html.table.prototype.add_to = function( entries )
Add content between the tags.
bbop.html.tag.prototype.add_to = function( bbop_html_tag_or_string )
“Save” the current manager state to run later in serial batch mode.
this.add_to_batch = function()
Can’t be bothered to check now, but this needs to be done separately from the log because of an initial race condition.
this.advance_log_to_bottom = function()
Fake call to jQuery’s ajax.
this.ajax = function( args )
Fake call to jQuery’s ajax.
this.ajax = function( args )
List all external nodes by referenced id.
bbop.model.graph.prototype.all_dangling = function()
Returns an /original/ list of all added edges.
bbop.model.graph.prototype.all_edges = function()
Return a list of the currently known entities.
this.all_entities = function()
Return a list of the currently known entities and their aliases.
this.all_known = function()
Returns an /original/ list of all added nodes.
bbop.model.graph.prototype.all_nodes = function()
Returns an /original/ list of all added predicates.
bbop.model.graph.prototype.all_predicates = function()
Create an anchor object.
bbop.html.anchor = function( in_cont, in_attrs )
Return an html anchor string.
bbop.linker.prototype.anchor = function( id, xid )
Generic runner for prioritized callbacks with various arguments and an optional change in context..
this.apply_callbacks = function( category, arg_list, context )
Assemble the resource and arguments into a URL string.
bbop.rest.manager.prototype.assemble = function()