
Can I subclass a form field control?
There is certain functionality that I want in my form field controls.
For instance, I want particular resize code to run for most of my text
form controls. I can do this through delegation, but that requires me
to add code for each control, just not as much code. I would really
like to avoid writing duplicate code and hope that I can subclass these
controls. Is this doable?
Thanks,
Mr. XML