Document Element (new)

The DocumentElement widget represents a document element on the page. It can e.g. be used as a target for feature info. By default, it is a <div> element, but the html can also be specified explicitly.

Parameters

noHTML
Optional. True or false; default "false"

html
optional. HTML text of element

Notes

Example usage:

{mappingwidget type="DocumentElement" 
  id="info" 
  html="&lt;fieldset class=&quot;collapsible&quot;>&lt;legend>Feature info&lt;/legend>&lt;p id=&quot;info&quot;>&lt;/p>&lt;/fieldset>"
}

In addition, the simplemap mappingwidget must get a parameter info_target="info".