Colin
Member since Jan 20, 2010
- Profile: /members/5223-colin.htm
- Comments: 1
Recent Blog Comments By Colin
-
Creating UI Elements With Low-Coupling And Conditional Event Handling
Posted on Jan 20, 2010 at 10:39 AM
I don't think UI elements really need to "announce" themselves to the controller. This has already been done, in a way, by the DOM. Essentially giving each element congruent class name announces to the DOM that they are of that class. Your controller can then poll on members of that class, for examp... read more »