ValueProvider which gives you the possibility to be notified about every change of the current BBox Selection. The notification could be a JS Callback or a Object where its property will be overwritten each time the watched value changes.
| Inherits from: | Legato.Control |
| Legato. | ValueProvider which gives you the possibility to be notified about every change of the current BBox Selection. |
| Properties | |
| text | {String} The MapAttribution text |
| url | {String} the MapAttribution hyperlink |
| image | {String} the url to the MapAttribution image |
| size | {Size} the size of the MapAttribution image |
| imageElement | {DOMElement} |
| stopEvent | {Boolean} If configured the event propagation to other map control may be stoppe. |
| Functions | |
| Legato. | |
| destroy | |
| draw | {DOMElement} |
| onclick | |
| setMap | |
| lc: | Legato.Control.WMSGetFeatureInfo. |
| Properties | |
| QName The qualified name for this control. Needed by XML config to | instantiate it. |
| url | configures the URL of the MapAttribution image |
| text | configures the MapAttribution text |
| image | the url of the MapAttribution image |
| size | Configures the size for the MapAttribution image |
| size | Optional. |
Legato.Control.WMSGetFeatureInfo.
| See Also: | Legato.Control - Legato.Beans.BeanFactory - <QName> |
<lc:MapAttribution> <text>My MapAttribution</text> <url>http://www.myServer.com/images/MapAttribution.png</url> <size><ol:Size w="100" h="50" /></size> </lc:MapAttribution>
| Properties | |
| QName The qualified name for this control. Needed by XML config to | instantiate it. |
| url | configures the URL of the MapAttribution image |
| text | configures the MapAttribution text |
| image | the url of the MapAttribution image |
| size | Configures the size for the MapAttribution image |
| size | Optional. |
destroy: function()
{DOMElement}
draw: function()
onclick : function( event )
setMap: function()