this.init(); binding must contain an element with anonid=\"button\""; btn._menubuttonParent = this; btn.addEventListener("mouseover", function() { if (!this.disabled) this._menubuttonParent.buttonover = true; }, true); btn.addEventListener("mouseout", function() { this._menubuttonParent.buttonover = false; }, true); btn.addEventListener("mousedown", function() { if (!this.disabled) { this._menubuttonParent.buttondown = true; this._menubuttonParent._captureMouseUp(); } }, true); ]]> false