results_table_by_class_conf.js | |
bbop. | Subclass of bbop.html.tag. |
Functions | |
results_table_by_class_conf | Using a conf class and a set of data, automatically populate and return a results table. |
item_name | Return a string of the name attribute used by the checkboxes if we selected for checkboxes to be displayed. |
toggle_id | Return a string of the id of the checkbox in the header if we selected for checkboxes to be displayed. |
Subclass of bbop.html.tag.
Functions | |
results_table_by_class_conf | Using a conf class and a set of data, automatically populate and return a results table. |
item_name | Return a string of the name attribute used by the checkboxes if we selected for checkboxes to be displayed. |
toggle_id | Return a string of the id of the checkbox in the header if we selected for checkboxes to be displayed. |
Using a conf class and a set of data, automatically populate and return a results table.
class_conf | a bbop.golr.conf_class |
golr_resp | a bbop.golr.response |
linker | a linker object; see <amigo.linker> for more details |
handler | a handler object; see <amigo.handler> for more details |
elt_id | the element id to attach it to |
selectable_p | [optional] whether to create checkboxes (default true) |
bbop.html.table filled with results
Return a string of the name attribute used by the checkboxes if we selected for checkboxes to be displayed.
this.item_name = 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()