例子,jquery easyui layout用法。
复制代码 代码示例:
<body class="easyui-layout">
<div data-options="region:'north',title:'north title',split:true" style="height:100px;"></div>
<div data-options="region:'south',title:'south title',split:true" style="height:100px;"></div>
<div data-options="region:'east',iconcls:'icon-reload',title:'east',split:true" style="width:100px;"></div>
<div data-options="region:'west',title:'west',split:true" style="width:100px;"></div>
<div data-options="region:'center',title:'center title'" style="padding:5px;background:#eee;"></div>
</body>
注意:
什么都能少,就是不能少了center。
href属性可以载入另一个页面body与body之间的内容,其他内容都不载入。