I didn't found any example of this, so decided to ask here : how could i attach new dom element ( or any other object ) to every jsonStore record , so i can later access and modify them by their relative store records, and recreaate them when store is reloaded ?
the purpose is to implement city-placement on a map. every city-icon element shold be accessed somehow throught it's relatad store record or grid line..
hope someone could give me an example of something like this, or a clue of how that could be achieved.