彩票走势图

jQuery EasyUI使用教程:创建XP风格的左侧面板

原创|使用教程|编辑:龚雪|2015-11-23 09:08:40.000|阅读 623 次

概述:通常情况下,在Windows XP的资源管理器文件夹中,左侧的面板包含了一些常见的任务。本教程教你如何通过easyui的面板插件来创建XP风格的左侧面板。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

相关链接:

Kendo UI for jQuery——创建现代Web应用程序的最完整UI库!查看详情>>>

<jQuery EasyUI最新版下载>

通常情况下,在Windows XP的资源管理器文件夹中,左侧的面板包含了一些常见的任务。本教程教你如何通过easyui的面板插件来创建XP风格的左侧面板。

jQuery EasyUI使用教程:创建XP风格的左侧面板

定义多个面板

我们定义了多个面板来显示一些任务,每个面板至少应该有折叠/展开工具按钮。该代码如下:

<div style="width:200px;height:auto;background:#7190E0;padding:5px;">
<div class="easyui-panel" title="Picture Tasks" collapsible="true" style="width:200px;height:auto;padding:10px;">
View as a slide show<br/>
Order prints online<br/>
Print pictures
</div>
<br/>
<div class="easyui-panel" title="File and Folder Tasks" collapsible="true" style="width:200px;height:auto;padding:10px;">
Make a new folder<br/>
Publish this folder to the Web<br/>
Share this folder
</div>
<br/>
<div class="easyui-panel" title="Other Places" collapsible="true" collapsed="true" style="width:200px;height:auto;padding:10px;">
New York<br/>
My Pictures<br/>
My Computer<br/>
My Network Places
</div>
<br/>
<div class="easyui-panel" title="Details" collapsible="true" style="width:200px;height:auto;padding:10px;">
My documents<br/>
File folder<br/><br/>
Date modified: Oct.3rd 2010
</div>
</div>

自定义面板的外观效果

请注意,如果这个视图的外观效果不是我们想要的,那么我们必须更改面板头部背景图片和折叠/展开按钮的图标。做到这一点并不是很难,我们应该重新定义一些CSS。

.panel-body{
background:#f0f0f0;
}
.panel-header{
background:#fff url('images/panel_header_bg.gif') no-repeat top right;
}
.panel-tool-collapse{
background:url('images/arrow_up.gif') no-repeat 0px -3px;
}
.panel-tool-expand{
background:url('images/arrow_down.gif') no-repeat 0px -3px;
}

由此可见,使用easyui定义用户界面是非常简单的。

下载该EasyUI示例:

购买最新正版授权!""


标签:HTML5jQueryUI界面HTML5/JS

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn

文章转载自:慧都控件网

为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP