tags:

views:

13

answers:

0

I have a surface consisting of groups filled with shapes. The groups are all generated from JSON and can be very dynamic.

In the processing of the application I need to find a group on the surface (which I can do) then change the shape (appear/dissapper, change color etc) of one shape in the group. Is there any way I can put a tag or class or some thing on the shape so that when I am processing it later I can be sure I am changing the correct shape? In addition is there the equivalent of a dojo.query("--", rawnode) that will make it easier to code?

I have been able to find any good way yet.

Thanks for your Help.