EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: sectioni on August 21, 2017, 09:03:30 AM



Title: Layout - performance
Post by: sectioni on August 21, 2017, 09:03:30 AM
Is it possible to make easyui use only css for sizing the different regions?

I'm trying to avoid javascript calculations that set width and height via style to each region whenever i resize my window.


Title: Re: Layout - performance
Post by: jarry on August 22, 2017, 04:02:17 PM
You can use flex box css to layout your page.


Title: Re: Layout - performance
Post by: sectioni on August 23, 2017, 08:28:22 AM
Yes, but if I don't use the layout feature then i don't get the region functionality..