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="<fieldset class="collapsible"><legend>Feature info</legend><p id="info"></p></fieldset>"
}
In addition, the simplemap mappingwidget must get a parameter info_target="info".
» login to post comments
