Home
last modified time | relevance | path

Searched refs:elttoscroll (Results 1 – 1 of 1) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js20 this.elttoscroll = $H();
33 scrollDown: function(tabid, elttoscroll) argument
39 if (!this.elttoscroll.get(tabid)) this.elttoscroll.set(tabid, Array());
40 this.elttoscroll.get(tabid).push(elttoscroll);
50 content.scrollTop += elttoscroll.offsetHeight+2;
109 if (this.elttoscroll.get(tabid) &&
110 this.elttoscroll.get(tabid).length > 0)
113 for (var i=0; i<this.elttoscroll.get(tabid).length; i++)
114 this.scrollDown(tabid,this.elttoscroll.get(tabid)[i]);
116 this.elttoscroll.set(tabid, Array());