diff --git a/api/js/etemplate/Et2Avatar/Et2Avatar.ts b/api/js/etemplate/Et2Avatar/Et2Avatar.ts index b46687eab9..a57d2801f9 100644 --- a/api/js/etemplate/Et2Avatar/Et2Avatar.ts +++ b/api/js/etemplate/Et2Avatar/Et2Avatar.ts @@ -404,7 +404,7 @@ export class Et2Avatar extends Et2Widget(SlotMixin(SlAvatar)) implements et2_IDe */ getDetachedAttributes(_attrs : string[]) { - _attrs.push("contactId", "label", "href", "src", "image"); + _attrs.push("contactId", "label", "href", "src", "image", "statustext"); } getDetachedNodes() diff --git a/api/js/etemplate/Et2Checkbox/Et2CheckboxReadonly.ts b/api/js/etemplate/Et2Checkbox/Et2CheckboxReadonly.ts index 69675d8ec4..ba63a515a0 100644 --- a/api/js/etemplate/Et2Checkbox/Et2CheckboxReadonly.ts +++ b/api/js/etemplate/Et2Checkbox/Et2CheckboxReadonly.ts @@ -97,7 +97,7 @@ export class Et2CheckboxReadonly extends Et2InputWidget(LitElement) implements e getDetachedAttributes(_attrs : string[]) : void { - _attrs.push("value", "class"); + _attrs.push("value", "class", "statustext"); } getDetachedNodes() : HTMLElement[] diff --git a/api/js/etemplate/Et2Date/Et2DateReadonly.ts b/api/js/etemplate/Et2Date/Et2DateReadonly.ts index 6ef70141d2..c4dd1b4d7c 100644 --- a/api/js/etemplate/Et2Date/Et2DateReadonly.ts +++ b/api/js/etemplate/Et2Date/Et2DateReadonly.ts @@ -65,7 +65,7 @@ export class Et2DateReadonly extends Et2Widget(LitElement) implements et2_IDetac getDetachedAttributes(attrs) { - attrs.push("id", "value", "class"); + attrs.push("id", "value", "class", "statustext"); } getDetachedNodes() : HTMLElement[] diff --git a/api/js/etemplate/Et2Description/Et2Description.ts b/api/js/etemplate/Et2Description/Et2Description.ts index 6aa4ede4d2..900d340527 100644 --- a/api/js/etemplate/Et2Description/Et2Description.ts +++ b/api/js/etemplate/Et2Description/Et2Description.ts @@ -258,7 +258,7 @@ export class Et2Description extends Et2Widget(LitElement) implements et2_IDetach getDetachedAttributes(attrs) { - attrs.push("id", "label", "value", "class", "href"); + attrs.push("id", "label", "value", "class", "href", "statustext"); } getDetachedNodes() : HTMLElement[] diff --git a/api/js/etemplate/Et2Image/Et2Image.ts b/api/js/etemplate/Et2Image/Et2Image.ts index eb196e4aed..14f084ab54 100644 --- a/api/js/etemplate/Et2Image/Et2Image.ts +++ b/api/js/etemplate/Et2Image/Et2Image.ts @@ -230,7 +230,7 @@ export class Et2Image extends Et2Widget(SlotMixin(LitElement)) implements et2_ID */ getDetachedAttributes(_attrs) { - _attrs.push("src", "label", "href"); + _attrs.push("src", "label", "href", "statustext"); } getDetachedNodes() diff --git a/api/js/etemplate/Et2Link/Et2Link.ts b/api/js/etemplate/Et2Link/Et2Link.ts index 9110cb3e2e..e48c88fd13 100644 --- a/api/js/etemplate/Et2Link/Et2Link.ts +++ b/api/js/etemplate/Et2Link/Et2Link.ts @@ -304,7 +304,7 @@ export class Et2Link extends ExposeMixin(Et2Widget(LitElement)) imple getDetachedAttributes(_attrs : string[]) { - _attrs.push("app", "entryId"); + _attrs.push("app", "entryId", "statustext"); } getDetachedNodes() : HTMLElement[] diff --git a/api/js/etemplate/Et2Link/Et2LinkString.ts b/api/js/etemplate/Et2Link/Et2LinkString.ts index c96721064d..e46039a1ff 100644 --- a/api/js/etemplate/Et2Link/Et2LinkString.ts +++ b/api/js/etemplate/Et2Link/Et2LinkString.ts @@ -285,7 +285,7 @@ export class Et2LinkString extends Et2Widget(LitElement) implements et2_IDetache getDetachedAttributes(_attrs : string[]) { - _attrs.push("application", "entryId"); + _attrs.push("application", "entryId", "statustext"); } getDetachedNodes() : HTMLElement[] diff --git a/api/js/etemplate/Et2Select/Et2SelectReadonly.ts b/api/js/etemplate/Et2Select/Et2SelectReadonly.ts index e2d9714241..84a9051be1 100644 --- a/api/js/etemplate/Et2Select/Et2SelectReadonly.ts +++ b/api/js/etemplate/Et2Select/Et2SelectReadonly.ts @@ -208,7 +208,7 @@ li { getDetachedAttributes(attrs) { - attrs.push("id", "value", "class"); + attrs.push("id", "value", "class", "statustext"); } getDetachedNodes() : HTMLElement[]