Displaying 2 results from an estimated 2 matches for "setcontents".
Did you mean:
getcontents
2010 Sep 22
3
how to remote function to get info from url in a javascript function
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)
here is what i have so far
function replace_weather_table(){
zoomy = map.getZoom();
weather_table_one.setContents(new Ajax.Request(''/weather/
update_...
2006 Apr 16
0
Prototype Window Class v0.70
I have released a new version of my Prototype Window Class (http://
blogus.xilinus.com/pages/javawin)
- Add autoposition in setContent. The window will be at the exact
element location
- Add draggable/closable parameter if you need to specify is the
window is draggable/closable or not
- Add parent parameter if you need a specific parent element of the
window instead of body (useful for