[Bug #1198] Implemented missing JS operation QueueListComponent.adjustScrollHorizontalPosition.

FEA: ItEr75S08MigrationZK5
This commit is contained in:
Jacobo Aragunde Pérez 2011-10-06 16:33:45 +02:00
parent 24b0cf6db5
commit b9f2c198cf

View file

@ -15,6 +15,9 @@ limitingresources.QueueListComponent = zk.$extends(zk.Widget,{
var first = this.$n();
return [first, first.parentNode, first.parentNode.parentNode];
},
adjustScrollHorizontalPosition : function (offsetInPx) {
jq(this.$n()).scrollLeft(offsetInPx);
},
adjustResourceLoadRows : function() {
var width = jq('.rightpanellayout #timetracker .z-grid-header :first').innerWidth();
jq('.row_resourceload').each(function(index, element){