How to access and modify each of custom container individual widget?
Assume I create a custom container , containing just a box with a wild card text. Then I create 3 widget instances from this custom container. Now I want for each of container to have different text in the widcard text. How can I do this? How can I access individual widget member in each of the custom container instance?