tecture
07-06-2004, 07:45 AM
i want to use this constellation:
<g id="group01">
<rect id="element01" ... />
<rect id="element02" ... />
</g>
with evt.getTarget(); i'll get 'element01' or 'element02' anytime i'm cklicking on one or the another element. but i like to get 'group01'. is that possible and if you think yes - wich way?
<g id="group01">
<rect id="element01" ... />
<rect id="element02" ... />
</g>
with evt.getTarget(); i'll get 'element01' or 'element02' anytime i'm cklicking on one or the another element. but i like to get 'group01'. is that possible and if you think yes - wich way?