?? testlist.jsp
字號:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<strong>Example of list usage</strong>
<%-- Insert a menu component.
Menu component require two lists : one of items, and one of links.
--%>
<tiles:insert component="menu.jsp" >
<tiles:put name="title" value="Test menu" />
<tiles:putList name="items">
<tiles:add value="home" />
<tiles:add>
<img src="<%=request.getContextPath()%>/images/struts-power.gif"
align="right" border="0"></tiles:add>
<tiles:add value="documentation"/>
</tiles:putList>
<tiles:putList name="links">
<tiles:add value="/index.jsp"/>
<tiles:add value="/../struts-documentation"/>
<tiles:add value="/../comps-doc" type="string" />
</tiles:putList>
</tiles:insert>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -