EasyUI
Window and Layout
Tutorial » Window and Layout
Layout components can be nested in window. We can build a complex layout window and even don't write any js code. The jquery-easyui framework helps us do rendering and resizing works in background.
As an example we build a window which contains two parts, one placed in left and another placed in right. In left of window we create a tree and in right of window create a tabs container.
See above code, we only use HTML markup and the complex layout window show. This is jquery-easyui framework, easy and powerful.