Hello,
I'm creating components inside a @For component. How can I refer to these components from JavaScript? i.e. I have to leave them anonymous since there are several of them being created. I thought about using the Script component to do this - passing in the component as a symbol so I could dynamically query its name -- but I have the same problem - I can't pass in the component if I don't know its name. Thanks, Jim