okay thank you

On Tue, Jun 28, 2016 at 4:54 PM, Marlysson Silva <marlyss...@gmail.com>
wrote:

> You have a field of form below of map of google maps, you want typing and
> showing at map?
>
> You could use session, "session.places" that would be a list and do type:
> session.place_names = []
> session.place_names.append(request.vars["place_name"]
>
> and return this list, so don't would clean a list of places of current
> session.
>
> Tip: I think that use a view to concatenate all html that will be
> renderized don't is a good idea, you could have a generic view using .json
> that would return this places, and you just would use javascript( ajax ) to
> make a request to this view and capture this places in json format.
>
> Anything just say.
>
>
> Em domingo, 26 de junho de 2016 08:25:40 UTC-3, Suchismita Debnath
> escreveu:
>
>> how do i update name of places and show them in google maps using web2py
>> and python?
>>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to