⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 groupbox-3d.dsp

📁 ZK 基础介绍 功能操作 模块 结合数据库操作
💻 DSP
字号:
<%--groupbox-3d.dsp{{IS_NOTE	Purpose:			Description:			History:		Tue Oct 11 14:32:34     2005, Created by tomyeh}}IS_NOTECopyright (C) 2005 Potix Corporation. All Rights Reserved.{{IS_RIGHT	This program is distributed under GPL Version 2.0 in the hope that	it will be useful, but WITHOUT ANY WARRANTY.}}IS_RIGHT--%><%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %><%@ taglib uri="http://www.zkoss.org/dsp/zk/core" prefix="z" %><c:set var="self" value="${requestScope.arg.self}"/><c:set var="look" value="${self.captionLook}-"/><table id="${self.uuid}" z.type="zul.widget.Grbox"${self.outerAttrs}${self.innerAttrs}><tr valign="top">	<td><c:if test="${!empty self.caption}"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>	<td class="${c:cat(look,'tl')}"></td>	<td colspan="3" class="${c:cat(look,'tm')}"></td>	<td class="${c:cat(look,'tr')}"></td></tr><tr class="${c:cat(look,'m')}">	<td class="${c:cat(look,'ml')}"></td>	<td width="3" class="${c:cat(look,'mm')}"></td>	<td class="${c:cat(look,'mm')}">${z:redraw(self.caption, null)}</td>	<td width="3" class="${c:cat(look,'mm')}"></td>	<td class="${c:cat(look,'mr')}"></td></tr><tr>	<td colspan="5" class="${c:cat(look,'b')}"></td></tr></table></c:if><c:set var="gcExtStyle" value="${c:cat(empty self.caption ? '': 'border-top:0;', self.contentStyle)}"/>	<div id="${self.uuid}!slide"${self.open?'':' style="display:none"'}><div id="${self.uuid}!cave" class="${self.contentSclass}"${c:attr('style',gcExtStyle)}>	<c:forEach var="child" items="${self.children}">	<c:if test="${self.caption != child}">${z:redraw(child, null)}</c:if>	</c:forEach>	</div></div><%-- shadow --%><table id="${self.uuid}!sdw" border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td class="${c:cat(look,'shdl')}"></td> <td class="${c:cat(look,'shdm')}"><img src="${c:encodeURL('~./img/spacer.gif')}"/></td><%-- it must have something --%> <td class="${c:cat(look,'shdr')}"></td></tr></table>	</td></tr></table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -