最近自己在做的一个项目,名称:TShark V0.6, UI部分主要使用JQuery UI实现。
主要技术:JDK + Spring + Hibernate + JQuery + JQuery UI + JqGrid + FusionCharts
By the way:后台ORM部分使用了SpringSide的部分代码(这里感谢一下)
主要功能:
支持i18:目前只提供 English and Chinese
支持Theme更换:基于JQuery UI
提供多种系统风格:详见下图
提供了部分基础通用管理功能:用户、角色、权限、资源、菜单、工具栏。。。
Demo URL:http://do.jhost.cn/cnnetiger/system/login.html 空间是免费的速度可能有些慢(但还是要感谢一下,毕竟免费的JSP空间太少了),大家将就着看吧。
目前还存在很多问题,所以版本为0.6,待版本升到1.0后,如果有人需要,将会开源,为了保证数据的完整性,目前暂时屏蔽了数据更新操作
目前只在FireFox下做过仔细测试,所以建议使用FireFox,顺便再鄙视一下IE,你不是一般的烂...
部分代码样例
user list
<ts:toolbar />
<!--Table Search-->
<page:applyDecorator name="search">
<page:param name="formId">roleTable_Search</page:param>
<table class="table_search_form"><tr>
<th><fmt:message key="label.role.name"/>:</td>
<td>
<input type="text" name="filter_LIKES_name" id="filter_LIKE_name">
</td>
<td>
<ts:button name="search" onClick="doSearch('roleTable_Search');"/>
<ts:button name="reset" onClick="doReset('roleTable_Search');"/>
</td>
</tr>
</table>
</page:applyDecorator>
<!--Table list-->
<ts:table id="roleTable" url="/system/role/getlistData.html" sortName="name" rowNum="20" title="label.role.list" rowNumbers="true" ondblClickRow="viewRoleDetail">
<ts:row>
<ts:column display="ID" align="center" property="id" sort="string" name="id" width="20" hidden="true"/>
<ts:column display="label.role.name" align="center" property="name" name="name" sort="string" width="20" />
<ts:column display="label.role.description" align="center" property="description" sortable="false" name="description" width="20" />
</ts:row>
</ts:table>
user form
<form id="userModel" method="post" name="userModel" onSubmit="return false;">
<form:hidden path="userModel.id" />
<table class="table_form">
<tr>
<th>*<fmt:message key="label.user.code"/>:</th>
<td><form:input path="userModel.code" size="30"/></td>
<th>*<fmt:message key="label.user.name"/>:</th>
<td><form:input path="userModel.name" size="30"/></td>
</tr>
<tr>
<th><fmt:message key="label.user.phone"/>:</th>
<td><form:input path="userModel.phone" size="30"/></td>
<th><fmt:message key="label.user.mobilePhone"/>:</th>
<td><form:input path="userModel.mobilePhone" size="30"/></td>
</tr>
<tr>
<th><fmt:message key="label.user.email"/>:</th>
<td><form:input path="userModel.email" size="30"/></td>
<th>*<fmt:message key="label.user.group"/>:</th>
<td>
<form:select path="userModel.group.id">
<form:option value=""><fmt:message key="label.group.prompt"/></form:option>
<form:options items="${allGroups}" itemValue="id" itemLabel="name"/>
</form:select>
</td>
</tr>
<tr>
<th><fmt:message key="label.user.memo"/>:</th>
<td colspan="3"><form:textarea path="userModel.memo" rows="3" cols="84"/></td>
</tr>
<tr>
<td colspan="4">
<fieldset class="multi-select-panel" style="margin:0;">
<legend><fmt:message key="label.role.authorization"/></legend>
<ul id="userRoles">
<c:forEach var="item" items="${allRoles}" varStatus="s">
<li class="ts-checkbox">
<INPUT type="checkbox" id="role_${item.id}" value="${item.id}" <c:if test="${item.hasAuth == true}">checked</c:if>><label for="role_${item.id}">${item.name}</label>
</li>
</c:forEach>
</ul>
</fieldset>
</td>
</tr>
</table>
<table class="table_toolbar">
<TR>
<TD><ts:button name="save" onClick="doSave('/system/user/save.html','userModel');"/></TD>
<TD><ts:button name="reset" onClick="doReset('userModel');"/></TD>
<TD><ts:button name="return"/></TD>
</TR>
</table>
</form>
</div>
<v:javascript formName="userModel" staticJavascript="true" />
- 大小: 73.6 KB
- 大小: 41.2 KB
- 大小: 43.3 KB
- 大小: 159.7 KB
- 大小: 25.2 KB
- 大小: 25.2 KB
分享到:
相关推荐
jquery-ui-1.8.16jquery-ui-1.8.16jquery-ui-1.8.16jquery-ui-1.8.16jquery-ui-1.8.16jquery-ui-1.8.16jquery-ui-1.8.16jquery-ui-1.8.16jquery-ui-1.8.16jquery-ui-1.8.16jquery-ui-1.8.16jquery-ui-1.8.16jquery-...
这个文件包含了各种UI组件的实现,如对话框(Dialog)、滑块(Slider)、日期选择器(Datepicker)、拖放功能(Draggable)、可排序元素(Sortable)以及许多其他交互元素。 `jquery-ui-1.8.16.custom.css` 文件则...
1.8.2是这个版本的发布编号,表示它是在2010年左右发布的,当时jQuery UI已经包含了大量的组件,如对话框(Dialog)、拖放(Draggable)、可排序(Sortable)、日期选择器(Datepicker)等。 接下来,`jquery-ui-...
首先,jQuery UI的核心在于它提供了大量预定义的UI组件,如日期选择器、对话框、滑块、排序列表等。这些组件能够帮助开发者快速构建出具有专业外观和行为的网页元素,无需从零开始编写复杂的JavaScript代码。"jquery...
jquery-ui-日期框扩展成时间框 jquery-ui时间框 基于别人的代码进行修改 jquery-ui-1.8.16.custom.css文件末尾加入以下代码 .ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; } .ui-timepicker-div dl{ ...
jQuery UI 是一个基于 jQuery 库的用户界面库,它提供了丰富的交互效果、可定制的主题以及各种UI组件,如日期选择器、对话框、滑块等。在本篇文章中,我们将深入探讨其自定义版本 `jquery-ui-1.8.18.custom.min.js` ...
《jQuery UI 1.10.2 自定义版本详解》 jQuery UI 是一款基于 jQuery JavaScript 库的强大且灵活的用户界面库,它提供了一系列预先设计的组件,用于创建丰富的交互式网页应用。在这个主题中,我们将深入探讨的是 `...
首先,jQuery UI 1.12.1 是一个稳定且广泛使用的版本,它包含了众多组件,如日期选择器(Datepicker)、对话框(Dialog)、拖放(Draggable)、可排序(Sortable)和可堆叠(Stackable)等。这些组件极大地提高了...
在jQuery UI中,开发者可以根据项目的具体需求选择所需的组件,避免引入不必要的代码,提高页面加载速度。"custom" 表示这个版本是根据特定需求定制的,可能只包含了滑块(Sliders)、日期选择器(Datepickers)、...
jquery-uijquery-uijquery-uijquery-uijquery-uijquery-uijquery-uijquery-uijquery-uijquery-uijquery-uijquery-uijquery-uijquery-uijquery-uijquery-ui
《jQuery UI 1.10.3 自定义版本与日期时间选择插件详解》 jQuery UI 是一个基于 jQuery 的开源库,它提供了丰富的用户界面组件,包括但不限于对话框、滑块、进度条、按钮、日历等。在给定的"jquery-ui-1.10.3....
`jQuery UI 1.7.3 Custom` 是一个流行的前端框架,主要用于构建交互式用户界面。这个完整开发包包含了创建高效、美观且响应式的网页应用所需的所有组件和资源。在这个压缩包中,我们可以找到以下几个关键部分,它们...
1. **可定制性**:jQuery UI 允许开发者根据项目需求选择所需的功能模块,减少不必要的加载,提高页面性能。1.8.6 版本中,你可以选择包括对话框(Dialog)、日历(Datepicker)、拖放(Draggable)、可排序...
在标题"jquery-ui-1.12.1.custom_jqueryui_"中,"custom"一词暗示了这是一个自定义版本,意味着开发者可能根据需求选择了特定的组件和主题,以优化项目中的性能和功能。 描述中的"jquery ui 1.12.1 for html"进一步...
${ctx}/plugins/jquery-ui-1.11.2/jquery-ui.css" > ${ctx}/plugins/jquery-ui-1.11.2/external/jquery/jquery.js"> ${ctx}/plugins/jquery-ui-1.11.2/jquery-ui.js"> ${ctx}/plugins/jquery-ui-1.11.2/jquery-ui-...
<link type="text/css" href="css/ui-lightness/jquery-ui-1.8.16.custom.css" rel="stylesheet" /> 末尾加入以下代码 .ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; } .ui-timepicker-div dl{ text-...
**jQuery UI 深度解析** jQuery UI 是一个基于广泛使用的 JavaScript 库 jQuery 的扩展,它为开发者提供了丰富的用户界面组件和交互效果。这个名为 "jquery-ui-1.10.4.custom" 的压缩包文件,很显然是一个自定义...
jQuery UI 提供了自定义构建工具,允许开发者根据项目需求选择需要的组件和主题,从而减少页面加载时间。在 `jquery-ui-1.10.0.custom.zip` 文件中,包含了经过自定义配置后的 jQuery UI 库,这使得开发者可以轻松地...
jquery-ui-1.10.3.min.js
jquery-ui-1.10.3.js 版本 1积分下载 jquery-ui-1.10.3.js 版本 1积分下载 jquery-ui-1.10.3.js 版本 1积分下载