» Forums
» RollBar threads
» Support
» Tab panes height equal to tab panes content?
Tab panes height equal to tab panes content?
2006/05/08 17:33
Viewed 4179 times
Replies: 1/2

It seems that tab control calculate maximal height of all tab panes, and set height of all tab panes to maximal value. It looks ugly if one tab's pane has big content (in height) and other tab pane doesn't.

Is there any way that every tab pane content has its own height (actually height of pane, independent of other tab's panes height) without resizing to maximal possible value?
I am using fixedHeight: false.
DynarchRB.setup('tabControl', { tabs: 'top', animation: false, hideButtons: true, fixedHeight: false, changeLocation: true })

Re: Tab panes height equal to tab panes content?
2006/05/08 17:57
Viewed 6035 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?

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