this.dblclick_time=500;// default value on MS Windows is 500
this.row_init=function(){};// @deprecated; use list.addEventListener('initrow') instead
this.pointer_touch_start=0;// start time of the touch event
this.pointer_touch_time=500;// maximum time a touch should be considered a left mouse button event, after this its something else (eg contextmenu event)
// overwrite default paramaters
if(p&&typeofp==='object')
for(varninp)
this[n]=p[n];
// register this instance
rcube_list_widget._instances.push(this);
};
rcube_list_widget.prototype={
/**
* get all message rows from HTML table and init each row