[Checkins] SVN: z3c.form/trunk/src/z3c/form/widget.txt More test coverage.

Fred Drake fdrake at gmail.com
Wed Jul 18 17:00:24 EDT 2007


On 7/18/07, Stephan Richter <srichter at cosmos.phy.tufts.edu> wrote:
> +  >>> interfaces.IAfterWidgetUpdateEvent.providedBy(afterUpdate)
> +  True
> +
> +This event should be used by widget-managing components and is not called
> +internally by the widget's ``update()`` method.

I'm confused, since I don't "call" events.  What is responsible for
triggering events?  Does this happen in the z3c.form framework, or
does it have to be handled elsewhere?

I'm also guessing from the name that the event is triggered after the
widget's update has been called, but before it's been rendered.  But
I'm just guessing.  ;-)


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller


More information about the Checkins mailing list