percious wrote:
> ok, so I get the autocomplete working, and I even pass it "hidden"
> data.  Is there a change that needs to happen in the Kid template to
> set-up the hidden data?

I don't think so, but I am not entirely sure what you are asking. By
hidden data are you referring to a hidden form element? (<input
type="hidden" ...) Please explain and I can tell you for certain.

>
> Also, what code goes in the controllers.py to extract the data from the
> widgets?

Are you referring to the controller that the widget is calling? In the
example you were working on the widget makes a request through JSON on
the search function, and passes it the current contents of the text
field. You may want to take a look at that for hints on how to handle
it.

If that isn't what you are talking about, then I didn't understand that
question either. Please give me some more details on what you are
trying to do.

If you need help learning how widgets work there are a few decent
tutorials in the documentation. You may want to check out these:

http://trac.turbogears.org/turbogears/wiki/SimpleWidgetForm
http://trac.turbogears.org/turbogears/wiki/IntroductionToWidgets

-Adam


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