My favorites | Sign in
Google
                
New issue | Search
for
| Advanced search | Search tips
Issue 48: No way to construct InfoWindowContent from a DOM Element
1 person starred this issue and may be notified of changes. Back to list
Status:  NeedsInfo
Owner:  ----
Type-Enhancement
Priority-Low
API-Maps


Sign in to add a comment
 
Reported by levikcom, Oct 23, 2007
No way to construct InfoWindowContent from a DOM Element (which is very
useful for stitching in existing chunks of HTML).

Comment 1 by gwt.team.zundel, Jan 07, 2008
(Setting to RFE)
Labels: -Type-Defect Type-Enhancement
Comment 2 by mmendez+personal@google.com, Mar 07, 2008
Where does this DOM element come from?  If it is currently attached then adding it to
the InfoWindow will only cause it to get bounced around the DOM.  In this case, you
probably want to clone it and create a trivial Widget that wraps the cloned node. 

If you have the element as a string then you can use InfoWindowContent(String).
Status: NeedsInfo
Labels: -Priority-Medium Priority-Low
Comment 3 by galgwt.reviews, Jun 02, 2008
(No comment was entered for this change.)
Labels: API-Maps
Sign in to add a comment