filter_shield.js | |
bbop. | BBOP object to produce a self-constructing/self-destructing shield to support very large filter selection in the live search/search pane genre. |
Functions | |
filter_shield | Contructor for the bbop.widget.display.filter_shield object. |
start_wait | Render an unpopulated modal shield with some kind of waiting element. |
draw | Render a temporary modal filter shield. |
BBOP object to produce a self-constructing/self-destructing shield to support very large filter selection in the live search/search pane genre.
Functions | |
filter_shield | Contructor for the bbop.widget.display.filter_shield object. |
start_wait | Render an unpopulated modal shield with some kind of waiting element. |
draw | Render a temporary modal filter shield. |
bbop.widget.display.filter_shield = function( spinner_img_src, wait_msg )
Contructor for the bbop.widget.display.filter_shield object.
Support for bbop.widget.search_pane by way of bbop.widget.display.live_search
spinner_img_src | [optional] optional source of a spinner image to use |
wait_msg | [optional] the wait message to use; may be a string or bbop.html; defaults to “Waiting...” |
self
Contructor for the bbop.widget.display.filter_shield object.
bbop.widget.display.filter_shield = function( spinner_img_src, wait_msg )
Render an unpopulated modal shield with some kind of waiting element.
this.start_wait = function()
Render a temporary modal filter shield.
this.draw = function( field_name, filter_list, manager )