Class MMCustomWidget

Object
   |
   +--MMWidget
         |
         +--MMCustomWidget

class MMCustomWidget
extends MMWidget

Defined in MultimapOpenAPI


Constructor Summary
MMCustomWidget ( <HTMLElement> html, <MMBox> position )
            A widget that can be used to have custom HTML taken into account when autoscaling the map.
 
Method Summary
 void remove()
           The remove function is overridden in MMCustomWidget so that client HTML is not removed when the MMViewer.removeWidget() method is called.
 
Methods inherited from class MMWidget
draw, processHTML, addEventHandlers, setContainer, getContainer, getCalculatedDrawContainer, setPosition, _hasCssClass, _getElementsByTagNameClass
 

Constructor Detail

MMCustomWidget

MMCustomWidget( <HTMLElement> html, <MMBox> position )

Method Detail

remove

void remove()


Documentation generated by JSDoc on Tue Feb 26 16:25:19 2008