JQueryEasyUI Layout布局框架的使用

2020-05-17 06:28:18易采站长站整理

        }
    </script>
</head>
<body id=”layoutbody” 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;”>
        <input type=”button” value=”获取panel” onclick=”getPanel();” />
    </div>
    <div data-options=”region:’center’,title:’center title'” href=”Index.htm” style=”padding: 5px;
        background: #eee;”>
        <input type=”button” value=”获取panel” onclick=”getPanel();” /><!–如果这里指定了href属性,那么我们自己在这个部分写的代码将不会被现实–>
    </div>
</body>
</html>