当前位置:网站首页>easyui入门
easyui入门
2022-07-25 16:23:00 【迟早嘚秃】
一.简介
why:快速开发
what:html4+jQuery的快速开发的前端框架
where:后端开发管理界面
常用控件:layout、tree、tabs、datagrid、form、messager、combobox
二、下载程序库并导入easyui的css和javascript到eclipse项目中去
1.相对路径(api中有)
<link rel="stylesheet" type="text/css" href="easyui/themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="easyui/themes/icon.css">
<script type="text/javascript" src="easyui/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="easyui/jquery.easyui.min.js"></script>
2.把相对路径改为绝对路径
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath }/static/js/jquery-easyui-1.5.1/themes/black/easyui.css">
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath }/static/js/jquery-easyui-1.5.1/themes/icon.css">
<script type="text/javascript" src="${pageContext.request.contextPath }/static/js/jquery-easyui-1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="${pageContext.request.contextPath }/static/js/jquery-easyui-1.5.1/jquery.easyui.min.js"></script>
3 通过标签创建布局
layout
csharp
<body class="easyui-layout">
<div data-options="region:'north',title:'网络书城',split:true" style="height:100px;"></div>
<div data-options="region:'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:'菜单管理',split:true" style="width:200px;">
</div>
<div data-options="region:'center',title:'内容'" style="padding:5px;background:#eee;">
</div>
</body>
边栏推荐
- Waterfall flow layout
- Food safety - do you really understand the ubiquitous frozen food?
- 01. A simpler way to deliver a large number of props
- C# 音乐
- linux内核源码分析之页表缓存
- Wechat applet does not use plug-ins, rendering videos in rich text, image adaptation, plus version
- 从业务需求出发,开启IDC高效运维之路
- PageHelper.startPage没有生效问题
- 聊聊如何用 Redis 实现分布式锁?
- LVGL 7.11 tileview界面循环切换
猜你喜欢
随机推荐
什么是链游系统开发?链游系统开发如何制作
MySQL intent lock
Lazy loading of pictures
食品安全丨无处不在的冷冻食品,你真的了解吗?
MySQL check whether the table is locked
Wechat applet does not use plug-ins, rendering videos in rich text, image adaptation, plus version
C # simulation lottery
狂神redis笔记12
MySQL read / write lock
MyBaits
可验证随机函数 VRF
2W word detailed data Lake: concept, characteristics, architecture and cases
High score technical document sharing of ink Sky Wheel - Database Security (48 in total)
Typescript learning 1 - data types
Emqx cloud update: more parameters are added to log analysis, which makes monitoring, operation and maintenance easier
Analysis and solution of data and clock mismatch delay in SPI transmission
Promise date
2w字详解数据湖:概念、特征、架构与案例
[image hiding] digital image watermarking method technology based on hybrid dwt-hd-svd with matlab code
Doget and dopost



![[zeloengine] summary of pit filling of reflection system](/img/7a/c85ba66c5dd05908b2d784fab306a2.png)





