mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Add disabled to detached attributes
This commit is contained in:
parent
4d25d2ea8b
commit
944c0ad68e
@ -71,9 +71,14 @@ export class Et2DateDurationReadonly extends Et2DateDuration
|
||||
`;
|
||||
}
|
||||
|
||||
/**
|
||||
* These are the attributes we allow to change for each row
|
||||
*
|
||||
* @param attrs
|
||||
*/
|
||||
getDetachedAttributes(attrs)
|
||||
{
|
||||
attrs.push("id", "value", "class");
|
||||
attrs.push("id", "value", "class", "disabled");
|
||||
}
|
||||
|
||||
getDetachedNodes() : HTMLElement[]
|
||||
|
Loading…
Reference in New Issue
Block a user