Re[2]: Tab panes height equal to tab panes content?
2006/05/09 17:53
Viewed 8596 times
Replies: 0/0

I have tried with adding EventListiner for onInit and onChangeStart events and code like this:

this.innerTable.style.height = '200px';

but nothing happens.

I have also tried:
this.element.style.height = '200px';
which does something but it is undesired.

Thanks for help.

Google