Maram <[EMAIL PROTECTED]> writes:

> I've read http://mochikit.com/doc/html/MochiKit/Signal.html , but I do
> not understand how implementing it , in TG.
>
> I newbie in javascript... you have same code... for that...?

You'll have to put it inside your template.  Or if you're creating a widget
put it in there.

There's widgets.JSSource in TG that can be of use to you.

> I'm going to change field3 to label for make it clear for the user.
> But I store some results on the database for optimize the sql-query.

When there's too much processing I also do that.  But with a trigger on
insert/update, to be sure that whenever the input changes the stored result
will also change.  (Sometimes I do the calculations on the app only and store
the result, but this is very rare.)

-- 
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