?? groupbox-3d.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 + -