search for: boolupdate

Displaying 1 result from an estimated 1 matches for "boolupdate".

Did you mean: biosupdate
2006 May 30
0
problem with effect toggle - please help
...this.bContainer.childNodes[0]; this.bBtnToggle = this.bTitle.getElementsByTagName(''IMG'')[0]; this.bContentWrap = this.bContainer.childNodes[1]; this.bContent = this.bContentWrap.childNodes[0]; this.originalHeight = Element.getHeight(this.bContentWrap); this.boolUpdate = false; this.btnToggleClick = this.toggle.bindAsEventListener(this); Event.observe(this.bBtnToggle, ''click'', this.btnToggleClick); }, toggle: function() { Effect.toggle(this.bContentWrap, ''slide'', { beforeStart: function() { if...