Hi, I have TileList (Shopping basket), with a component in it.
The tilelist has a numeric stepper displayed in the component. There is a change event on the stepper, that calls a function that increases or decreases the number of that item in the basket. I have two problems, the first is that there is also a button to 'remove item from basket' in the function for this I cannot get it to reference the numeric stepper (ns.value = ns.value -1) how do you reference items inside a component from external (component to external is 'outerDocument'). I've seen the 'target.xxx', is that anything to do with it. The second is that I have many items in the TileList, sometimes if I active the second numeric stepper it affects the first item. How do you reference a specific index, or row of the tilelist? Thanks Shaun

