Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=2127079
By: dashohoxha
Add this functionality to the framework: any webobject can
handle an event sent to another webobject, if it defines the
event handler "on_className_eventName()" (usually the event
handlers are named like this: "on_eventName()").
Here 'eventName' is the name of the event, and 'className' is
the class of the webobject that receives or sends the event
(whichever is more appropriate).
This may make obsolete the "event_target='any'", which was used
to allow a webbox to handle the events of another webbox.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=135220
|