forked from extern/egroupware
Fix progress widget inside datagrid
This commit is contained in:
parent
f26822c302
commit
74b4fe6816
@ -108,12 +108,13 @@ var et2_progress = et2_valueWidget.extend([et2_IDetachedDOM],
|
|||||||
},
|
},
|
||||||
|
|
||||||
getDetachedNodes: function() {
|
getDetachedNodes: function() {
|
||||||
return [this.node];
|
return [this.node, this.progress];
|
||||||
},
|
},
|
||||||
|
|
||||||
setDetachedAttributes: function(_nodes, _values) {
|
setDetachedAttributes: function(_nodes, _values) {
|
||||||
// Set the given DOM-Nodes
|
// Set the given DOM-Nodes
|
||||||
this.node = _nodes[0];
|
this.node = _nodes[0];
|
||||||
|
this.progress = _nodes[1];
|
||||||
|
|
||||||
// Set the attributes
|
// Set the attributes
|
||||||
if (_values["label"])
|
if (_values["label"])
|
||||||
|
Loading…
Reference in New Issue
Block a user