| Genero Desktop Client 2.20 New Features / Experimental features: Genero Desktop Client 2.20 New Features | |
TextEdits can display complex html data, but cannot act as a real browser. With styleAttribute imageContainerType Image style attribute set to "browser", your image container becomes a browser.
Instead of setting an image name, you can set a URL.

Figure 1. Google maps screenshot
LAYOUT (TEXT="Google Maps")
  GRID
  {
  [map                                                  ]
  [                                                    
  ]
  [                                                    
  ]
  [                                                    
  ]
  [                                                    
  ]
  [                                                    
  ]
  <T
  t                                                >
  [location                                          ]
  [location                                          ]
  [location                                          ]
  }
  END
  END
  ATTRIBUTES
    IMAGE map = FORMONLY.map, STRETCH=BOTH, style="map";
    TABLE t : WANTFIXEDPAGESIZE, style="list";
    EDIT location = FORMONLY.location;
  END
  INSTRUCTIONS
    SCREEN RECORD sr(location);
<Style name="Image.map"> <StyleAttribute name="imageContainerType" value="browser" /> </Style>