Title: Tab height Post by: rezzonico on March 15, 2019, 08:42:40 AM Hi all,
i am trying to display two tabs that occupy the whole height. The height of the first tab is 100px and the height of the second tab is (100% - 100px). It doesn't works. http://195.144.40.170/jeasyui/PPP.6/index.html Thanks for any help. Miche Title: Re: Tab height Post by: jahangir on March 15, 2019, 09:55:27 PM In your above example page please wrap the 'tt2' in separate div and apply your css class 'tt2_class' to that div and in 'tt2' data-options set fit property to true.
Code:
Or if you want to do it with javascript try this. Code:
Title: Re: Tab height Post by: rezzonico on March 18, 2019, 04:42:37 AM Thanks !
Miche |