easyui 布局

<script type="text/javascript">

    $(function() {
    
        $('#tree').tree({
            url: 'test.ashx'
        })


    })

</script>
</head>
<body class="easyui-layout">
    <div region="north" border="false" style="overflow: hidden; height: 60px; background: #A4BED4;">
        <h2>
            Border布局</h2>
    </div>
    <div region="south" split="true" style="height: 60px; background: #efefef;">
    </div>
    <div region="west" split="true" title="Menu1" style=" 150px;">
   
<ul id="tree"></ul>
    
    </div>
    <div region="center" title="Main Form" style="background: #eee;">

    </div>
</body>
</html>

把学习一种技术一直坚持下去。
原文地址:https://www.cnblogs.com/cxlings/p/2734263.html