六 13
Tutorial
Intruduction 介绍
This tutorial aims to use easyui framework to demonstrate how to create your web page easily.
First of all, you need to include some js and css file:
(本教程旨在演示如何轻松利用easyui框架来的创建自己的网页。
首先,你需要加入一些js和css文件:)
<link rel=“stylesheet” type=“text/css” href=“../themes/default/easyui.css”><script type=“text/javascript” src=“../jquery-1.4.2.min.js”></script><script type=“text/javascript” src=“../jquery.easyui.min.js”></script>
easyui predefines some icon CSS class which can show background image(16×16). If you wish to use it you need to include:
(easyui CSS类预定义一些图标,可以显示背景图片(16像素 x 16像素)。如果你想使用它,你必须加入:)
<link rel=”stylesheet” type=”text/css” href=”../themes/icon.css”>
Contents (教程内容索引)
- 拖拽和释放 Drag and Drop
- 菜单与按钮 Menu and Button
- 布局 Layout
- 数据表格 DataGrid
- 转化HTML表格为数据表格 Convert a HTML table to DataGrid -EN- -中文-
- 为数据表格添加分页组件 Add a pagination to DataGrid -EN- -中文-
- 获取数据表格中选中行的数据 Get selected row data from DataGrid -EN- -中文-
- 为数据表格添加工具栏 Add a toolbar to DataGrid -EN- -中文-
- 冻结数据表格列 Frozen columns for DataGrid -EN- -中文-
- 动态改变数据窗口列 Dynamic change DataGrid columns -EN- -中文-
- 格式化数据窗口列 Formatting DataGrid columns -EN- -中文-
- 为数据表格添加排序功能 Add sorting to DataGrid -EN- -中文-
- 为数据表格添加列分组功能 Create column groups in DataGrid -EN- -中文-
- 数据表格复选操作 CheckBox select on DataGrid -EN- -中文-
- 自定义数据表格分页 Custom DataGrid Paging -EN- -中文-
- 启用数据表格内部编辑功能 Enable DataGrid Inline Editing -EN- -中文-
- 窗口 Window
- 树 Tree
- 表单 Form
官方原文: jQuery EasyUI: Tutorial
英文文档为官方网站上的原文,中文文档将会在本站进行翻译并逐步发布在本站上。如果你也是EasyUI的兴趣爱好者,希望你也一起加入进来,发表更多的中文资料。
七月 12th, 2010 at 16:04
不错的教程 我保存到电脑,以备后用,谢谢先
七月 26th, 2010 at 10:11
很详细 谢谢
八月 26th, 2010 at 16:26
启用数据表格内部编辑功能 Enable DataGrid Inline Editing -EN- -中文
这个demo我弄下来为什么点edit无效?求高手
引的js和css绝对没有问题。
十二月 29th, 2010 at 16:07
您好,我有一个页面是放在iframe中的,这样在子页面中使用dialog时,如何使dialog居中显示?谢谢
五月 31st, 2011 at 13:31
您好!我想问下,为什么这个上面的实例资源都下载不了的啊???
六月 20th, 2011 at 16:22
说的挺清楚的
六月 29th, 2011 at 17:44
你好,我想问一下,当我使用一个表单的加载事件的时候。我如何知道 表单加载数据成功。我想捕获加载成功之后的方法,可是我使用了 loadsuccess: 没有用。请教高手…… QQ 475806380
九月 28th, 2011 at 14:40
撒打死打伤的
十一月 14th, 2011 at 15:37
挺不错的