term_shield.js | |
bbop. | BBOP object to produce a self-constructing/self-destructing term information shield. |
Functions | |
term_shield | Contructor for the bbop.widget.term_shield object. |
draw | Render a temporary modal information shield. |
BBOP object to produce a self-constructing/self-destructing term information shield.
This is a completely self-contained UI and manager.
Functions | |
term_shield | Contructor for the bbop.widget.term_shield object. |
draw | Render a temporary modal information 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.
linker | a “linker” object |
width | defaults to 700 |
golr_loc | string url to GOlr server; not needed if local |
golr_conf_obj | a bbop.golr.conf object |
in_argument_hash | [optional] optional hash of optional arguments |
self
Contructor for the bbop.widget.term_shield object.
bbop.widget.term_shield = function( golr_loc, golr_conf_obj, in_argument_hash )
Render a temporary modal information shield.
this.draw = function( item )