hi,

I started very recently to use TG, and am learning through the
currently available doc.
About the page below :

'http://docs.turbogears.org/2.0/RoughDocs/ToscaWidgets/Cookbook/
JQueryAjaxForm'

the content has been useful to me, though :

-----------------8<----------------------------8<---------------------
     from tw.jquery import ActiveForm

    ajax_form = ActiveForm(id="myAjaxForm",
                        fields=CommentFields(),
                        target="output",
                        action="do_search")
----------------->8---------------------------->8---------------------

ActiveForm shall be AjaxForm.

-----------------8<----------------------------8<---------------------
The output would be rendered inside a div element called *output*,
which is the default target element.
----------------->8---------------------------->8---------------------

What is "a div element called output" ?
<div id='output'> ?
<div name='ouput' ?
or any py: magic ?

a code snippet would be useful to have here :)

thanks,

--
Guyzmo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Docs" 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-docs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to