?? tree.jsp
字號(hào):
<%@ page language="java" pageEncoding="GB2312" contentType="text/html;charset=GB2312" %>
<%@ include file="/common/taglibs.jsp"%>
<?xml version="1.0" encoding="GB2312"?>
<%
String TreeID = "0" ;
String PageUrl = "/gov/sys/plate/searchPlateData.html" ;
TreeID = request.getParameter("FolderID") ;
try{
if (TreeID.equals("null") || TreeID.equals("") || TreeID.length() == 0 ){
TreeID = "0" ;
}
}catch(Exception e){
System.out.println("錯(cuò)誤");
TreeID = "0" ;
}
request.setAttribute("TreeID",TreeID) ;
%><Tree TreeId="Folder<%=TreeID %>" NodeXmlSrc="<%=PageUrl %>?FolderID=<%=TreeID %>"><c:forEach var="plate" items="${plateList}" ><c:if test="${plate.parentid == TreeID }"><TreeNode NodeId='Folder<c:out value="${plate.id}"/>' Href='<c:url value="/sys/plate/searchPlate.html"/>?method=searchPlatesByConditions&status=1&parentid=<c:out value="${plate.id}"/>' Title='<c:out value="${plate.name}"/>' NodeXmlSrc='<%=PageUrl%>?FolderID=<c:out value="${plate.id}"/>'></TreeNode></c:if></c:forEach></Tree>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -