mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 21:09:00 +01:00
Add missing set_disabled() method
This commit is contained in:
parent
3c7da204c5
commit
442de20d90
@ -186,6 +186,16 @@ const Et2WidgetMixin = (superClass) =>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Wrapper on this.disabled because legacy had it.
|
||||||
|
*
|
||||||
|
* @param {boolean} value
|
||||||
|
*/
|
||||||
|
set_disabled(value : boolean)
|
||||||
|
{
|
||||||
|
this.disabled = value;
|
||||||
|
}
|
||||||
|
|
||||||
set label(value : string)
|
set label(value : string)
|
||||||
{
|
{
|
||||||
let oldValue = this.label;
|
let oldValue = this.label;
|
||||||
|
Loading…
Reference in New Issue
Block a user