Displaying 1 result from an estimated 1 matches for "btntoggleclick".
2006 May 30
0
problem with effect toggle - please help
...his.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 (this.bContainerId == ''fm-bo...