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
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.
ThanksTousif Khan
Thank you!