A Check item is associated with an OpenLayers Handler through an OpenLayers Control. This class also adds quicktips.
var checkItem = new mapfish.widgets.toolbar.CheckItem({
text: 'My menu item',
tooltip: 'My tooltip',
control: new OpenLayers.Control.Navigation(),
olHandler: 'wheelHandler'
});| mapfish. widgets. toolbar. CheckItem | A Check item is associated with an OpenLayers Handler through an OpenLayers Control. |
| Constructor | |
| mapfish. widgets. toolbar. CheckItem | Create a new CheckItem |