display the tooltip; usually not called directly.
target = target || this._connectNodes[0]; if(!target){ return; } if(this._showTimer){ clearTimeout(this._showTimer); delete this._showTimer; } dijit.showTooltip(this.label || this.domNode.innerHTML, target, this.position); this._connectNode = target;