search for: oheight

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

Did you mean: height
2006 May 30
0
problem with effect toggle - please help
...oggle: function() { Effect.toggle(this.bContentWrap, ''slide'', { beforeStart: function() { if (this.bContainerId == ''fm-box-0'') { //alert(''info box toggled''); if (!Element.visible(this.bContentWrap)) { var oHeight = this.originalHeight*-1; this.resize(oHeight) ; this.boolUpdate = true; } } }.bind(this), afterFinish: function() { if (this.bContainerId == ''fm-box-0'') { var oHeight = this.originalHeight; this.resize(oHeight); this.boolUpdate =...