The only with attributes and events according to me is this:
attr = somevalue should work like setAttribute("attr", somevalue);
And only in cases when you don't want to send events you would call
setSilently("attr", somevalue);
At least I have made it my golden rule that ALWAYS use setAttribute when
setting attribute values.
That's because so often I have not done it and then wondered later why
some of my delegates are not working.
- rami
