Re: Form.addEventHandler deprecated without clear replacement

2005-09-03 Thread Adam Greene
03, 2005 11:04 AM Subject: Re: Form.addEventHandler deprecated without clear replacement I hope to document this soon. You now "manage" the event listeners for a Form on the client side. Client-side Forms now have an "errors" property of type FormEventManager (remeber, t

Re: Form.addEventHandler deprecated without clear replacement

2005-09-03 Thread Howard Lewis Ship
I hope to document this soon. You now "manage" the event listeners for a Form on the client side. Client-side Forms now have an "errors" property of type FormEventManager (remeber, this is all JavaScript). See Form.js. You can register an event handler for a form ... there's a multitude of type

Form.addEventHandler deprecated without clear replacement

2005-09-02 Thread Adam Greene
What is the expected replacement for Form.addEventHandler. I know it has to do with FormComponentContributor and FormComponentContributorContext, but how does one use them?