Shawn Bright wrote:
> hey all
>
> I am working with a javascript function called Elabel, part of the
> Google maps api
> the Elabel has a function called setContents(html)
>
> i need to be able to call this function and get new html for it. ( the
> html is a table that displays weather data)
I don't understand your logic flow. Can you clarify?
>
> here is what i have so far
>
>
> function replace_weather_table(){
> zoomy = map.getZoom();
> weather_table_one.setContents(new Ajax.Request('/weather/
> update_weather_tables?zoom='+zoomy));
> };
>
> GEvent.addListener(map,"moveend", replace_weather_table);
>
> i would like to have the contents be those of a partial, but when
> executed, the display only shows "[object Object]"
Is the new HTML rendered by your Rails app, then, or does it come from a
remote server?
>
> would appreciate any help, thanks
>
> sk
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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/rubyonrails-talk?hl=en.