Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Provides a means of displaying a legend in a popup window.

See the view for details on how to configure the legend content.

ID

com.cohga.client.action.legend

Sub-tags

Name

type

cardinality

description

title

String

0..1

Text to display as the window title

width

Integer

0..1

The width of the windows, default 400

height

Integer

0..1

The height of the windows, default 300

Example

<item action='com.cohga.client.action.legend'>
        <label>Legend</label>
        <width>500</width>
        <height>300</height>
        <image>
                <src>http://gissrv/igis/images/legend.png</src>
                <width>123</width>
                <height>864</height>
        </image>
</item>
  • No labels