demoappxml.jsp
来自「javascript 很酷的类库」· JSP 代码 · 共 40 行
JSP
40 行
<!-------------------------------------------------------------------- SmartClient SDK Demo Application (JS code) + resizeBars Copyright 2005 Isomorphic Software, Inc. (www.isomorphic.com)----------------------------------------------------------------------><%@ taglib uri="/WEB-INF/iscTaglib.xml" prefix="isomorphic" %><HTML><HEAD><TITLE>SmartClient Demo Application</TITLE><!-- --><isomorphic:loadISC skin="SmartClient"/></HEAD><BODY BGCOLOR=#000040><!----- Load custom overrides for skinning this application -----><LINK REL="stylesheet" TYPE="text/css" HREF="demoApp_styles.css"><SCRIPT SRC=demoApp_skinOverrides.js></SCRIPT><SCRIPT>// Load DataSources// ---------------------------------------------------------------------<isomorphic:loadDS name="supplyItem"/><isomorphic:loadDS name="supplyCategory"/>// Set up the app img dir so we pick up the example's imagesisc.Page.setAppImgDir(isc.Page.getIsomorphicDocsDir()+"exampleImages/");// Pick up application UI and logic from the .xml UI file// ---------------------------------------------------------------------<isomorphic:XML><%@include file="demoAppXML.xml" %></isomorphic:XML></SCRIPT></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?