您现在的位置:首页 >> 前端 >> 内容

EasyUI的布局代码教程

时间:2017/12/27 11:39:38 点击:

  核心提示:EasyUI的布局给外层添加class=easyui-layout属性: region:方向body pclass=easyui-layoutstyle=width: 600px;height: 50...

EasyUI的布局

给外层添加class=”easyui-layout”

属性: region:’方向’

<body>
     <p  class="easyui-layout"  style="width: 600px;height: 500px;">
           <p   data-options="region:'north'" style="height: 150px;">北</p>
            <p   data-options="region:'south'" style="height: 150px;">南</p>
            <p   data-options="region:'west'" style="width: 150px;">西</p>
            <p   data-options="region:'east'" style="width:150px;">东</p>
     </p> 
</body>

EasyUI的布局代码教程

Tags:EA AS SY YU 
作者:网络 来源:xyphf的博客