layout注意事项

来源:互联网 发布:python windows开发 编辑:程序博客网 时间:2024/04/29 18:44
<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之间的内容,其他内容都不载入
原创粉丝点击