📄 uiscreentabs.jsp
字号:
<%@ include file="/includes/header.jsp" %>
<%@ include file="/includes/tabControlWithIframes.jsp" %>
<%@ page import="com.sourcetap.sfa.ui.UIScreenSection" %>
<%
String screenId = "";
if(request.getParameter("screenId") != null) {
screenId = request.getParameter("screenId");
}
%>
<DIV id=oMTExplanation style="DISPLAY: none"><br></DIV>
<DIV id=oMT title="Screen <%=screenId%> Details" style='width:100%;'>
<!-- Screen Sections -->
<DIV style="VISIBILITY: visible" tabName="Screen Sections" targetURL="<ofbiz:url>/uiScreenSectionList</ofbiz:url>?action=<%=UIScreenSection.ACTION_QUERY%>&screenId=<%=screenId%>">
</DIV>
</DIV>
<%@ include file="/includes/footer.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -