jquery easyui layout注意事项

发布时间:2019-08-09编辑:脚本学堂
本文介绍了jquery easyui layout在用法上的注意事项,有需要的朋友参考下。

例子,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之间的内容,其他内容都不载入。