Re: Tab panes height equal to tab panes content?
2006/05/08 17:57
Viewed 5990 times
Replies: 1/1

Actually, rollbar control height is set to maximal height and depends on maximal height of all rollbar panes which is bad.
Is there any code that I could put on rollbar's onChange event or something like that to disable this functionality.
Any suggestions?

Re[2]: Tab panes height equal to tab panes content?
2006/05/09 17:53
Viewed 7626 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.

last
Google