mapfish. widgets. toolbar. CheckItem

A Check item is associated with an OpenLayers Handler through an OpenLayers Control.  This class also adds quicktips.

Simple example usage

var checkItem = new mapfish.widgets.toolbar.CheckItem({
    text: 'My menu item',
    tooltip: 'My tooltip',
    control: new OpenLayers.Control.Navigation(),
    olHandler: 'wheelHandler'
});

Inherits from

  • {Ext.menu.CheckItem}
Summary
mapfish. widgets. toolbar. CheckItemA Check item is associated with an OpenLayers Handler through an OpenLayers Control.
Constructor
mapfish. widgets. toolbar. CheckItemCreate a new CheckItem

Constructor

mapfish. widgets. toolbar. CheckItem

Create a new CheckItem

Parameters

config{Object} Config object
Close