term_shield.js

Summary
term_shield.js
bbop.widget.term_shieldBBOP object to produce a self-constructing/self-destructing term information shield.
Functions
term_shieldContructor for the bbop.widget.term_shield object.
drawRender a temporary modal information shield.

bbop.widget.term_shield

BBOP object to produce a self-constructing/self-destructing term information shield.

This is a completely self-contained UI and manager.

Summary
Functions
term_shieldContructor for the bbop.widget.term_shield object.
drawRender a temporary modal information shield.

Functions

term_shield

bbop.widget.term_shield = function(golr_loc,
golr_conf_obj,
in_argument_hash)

Contructor for the bbop.widget.term_shield object.

This is (sometimes) a specialized (and widgetized) subclass of bbop.golr.manager.jquery.

To actually do much useful, you should set the personality of the widget.

The optional hash arguments look like

linkera “linker” object
widthdefaults to 700

Arguments

golr_locstring url to GOlr server; not needed if local
golr_conf_obja bbop.golr.conf object
in_argument_hash[optional] optional hash of optional arguments

Returns

self

draw

this.draw = function(item)

Render a temporary modal information shield.

Arguments

itemeither a document id or a Solr-returned document

Returns

n/a

bbop.widget.term_shield = function(golr_loc,
golr_conf_obj,
in_argument_hash)
Contructor for the bbop.widget.term_shield object.
this.draw = function(item)
Render a temporary modal information shield.
jQuery BBOP manager for dealing with actual ajax calls.
Close