"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:

> Is there any thought on Observers (like in Rails) that monitors changes
> in selection lists, form fields, etc to invoke a ajax call in order to
> simplify event handling.

Can you ellaborate on what "observers (like in rails)" mean?  

You can use AJAX to poll the database and present some message to the user (or
even update available data) and you can use MochiKit.Signal to run JS code
that is connected to the signaled event and perform some operations. 

-- 
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to