277
Views
2
Comments
Solved
How to get access to the container Id created within a list widget?
Application Type
Reactive

Hi, 

I don't seem to be able to access the container's Id taking into consideration that I named it.

I can access all containers above it but when I reach the list, I can have access to its Id and nothing beyond that, anything inside it is in a way hidden.

1/List » 2/Block's Container » 3/Block

I need to access the 2 and 3 and all containers that come inside them.

Any ideas on how can I get the id of the containers inside that list.


Note: List source » Local variable of data type structure List


Thank you in advance.

Best regards, 

Azhar

2023-10-21 19-42-11
Tousif Khan
Champion
Solution

Hello

You cannot directly get the id of the widgets like input, containers, lable etc,

You need to write a JS code to get it , you can add or remove the class if you want to perform some op to it,

I am sharing some links with similar issue that might be helpfull for you.

Thanks
Tousif Khan

2024-03-27 13-27-06
Azhar Bondi

Thank you!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.