©2009 Google -
Code Home -
Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
English -
Español -
日本語 -
한국어 -
Português -
Pусский -
中文(简体) -
中文(繁體)

Public Member Functions | |
| ISupports | getContentDiv () |
| void | setContentDiv (ISupports contentDiv) |
| ISupports GEHtmlDivBalloon.getContentDiv | ( | ) |
An HTMLDivElement to be used as the contents of the balloon. When the balloon is shown, the HTMLDivElement is attached to the balloon element in the web page. You can manipulate this balloon using ordinary HTML DOM techniques.
| void GEHtmlDivBalloon.setContentDiv | ( | ISupports | contentDiv | ) |
An HTMLDivElement to be used as the contents of the balloon. When the balloon is shown, the HTMLDivElement is attached to the balloon element in the web page. You can manipulate this balloon using ordinary HTML DOM techniques.