YouTip LogoYouTip

Jeasyui Layout Layout

# jQuery EasyUI Layout - Creating Border Layout for Web Pages The border layout provides five regions: east, west, north, south, center. Here are some common usages: * The north region can be used to display the website's banner. * The south region can be used to display copyright and some notes. * The west region can be used to display the navigation menu. * The east region can be used to display some promotional items. * The center region can be used to display the main content. !(#) To apply a layout, you should define a layout container and then define some regions. The layout must have at least one center region. Here is a layout example:

Select language:

We created a border layout inside a
container. The layout splits the container into two parts: the left is the navigation menu, and the right is the main content. Finally, we write an onclick event handler to retrieve data. The 'showcontent' function is very simple: function showcontent(language){$('#content').html('Introduction to ' + language + ' language');} ## Download jQuery EasyUI Example [jeasyui-layout-layout.zip](#)
← Jeasyui Layout PanelJeasyui Mb Splitbutton β†’