function containerCreate( name, pub, callback, args ) {
+ fieldmapper.IDL.load(['cbreb']);
var container = new cbreb();
container.btype('bookbag');
container.owner( G.user.id() );
function containerCreateItem( containerId, target, callback, args ) {
+ fieldmapper.IDL.load(['cbrebi']);
var item = new cbrebi();
item.target_biblio_record_entry(target);
item.bucket(containerId);
zero based position the record should have in the display table */
function resultDisplayRecord(rec, pos, is_mr) {
+ fieldmapper.IDL.load(['mvr']);
if(rec == null) rec = new mvr(); /* so the page won't die if there was an error */
recordsHandled++;
recordsCache.push(rec);