mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 19:24:21 +02:00
Etemplate: Changes to adapt to get/set in valueWidget interface
This commit is contained in:
@ -69,6 +69,7 @@ var et2_progress = /** @class */ (function (_super) {
|
||||
};
|
||||
// setting the value as width of the progress-bar
|
||||
et2_progress.prototype.set_value = function (_value) {
|
||||
_super.prototype.set_value.call(this, _value);
|
||||
_value = parseInt(_value) + "%"; // make sure we have percent attached
|
||||
this.progress.style.width = _value;
|
||||
if (!this.options.label)
|
||||
|
Reference in New Issue
Block a user