[Bug #1198] Implemented missing JS operation QueueListComponent.adjustScrollHorizontalPosition.
FEA: ItEr75S08MigrationZK5
This commit is contained in:
parent
24b0cf6db5
commit
b9f2c198cf
1 changed files with 3 additions and 0 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue