forked from extern/egroupware
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)
|
getDetachedAttributes(attrs)
|
||||||
{
|
{
|
||||||
attrs.push("id", "value", "class");
|
attrs.push("id", "value", "class", "disabled");
|
||||||
}
|
}
|
||||||
|
|
||||||
getDetachedNodes() : HTMLElement[]
|
getDetachedNodes() : HTMLElement[]
|
||||||
|
Loading…
Reference in New Issue
Block a user