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
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
What is the expected replacement for Form.addEventHandler. I know it has to do
with FormComponentContributor and FormComponentContributorContext, but how does
one use them?